4.3
Anyone have any tutorial suggestion for making spikes?
4.3
Anyone have any tutorial suggestion for making spikes?
What do you mean by spikes? Like a 3D model for spikes?
There’s plenty of videos and resources online on how to use Blender and similar programs.
no 2d spikes
I think you should search into some art-oriented site/forum, most of the people here is more a programmer than an artist so will be hard get that type of info here.
I don’t need art for spikes I just need a tutorial for the code
In this case is basically a Sprite2D
node to show the texture and a Area2D
with the body_entered
/area_entered
signal (the signal will depends of which node you’re using in the characters that will get damage from the spike) and when one of these signals trigger, you apply damage for the detected character.
About the tutorial you can look the your first 2d game tutorial and the area2d tutorial to have a better idea:
I tried the First 2d game tutorial but I didn’t understand it