snake looking snakey

This commit is contained in:
Tabby 2025-08-08 15:27:48 +10:00
parent 23b21cefbb
commit 1c0fbf3d69
3 changed files with 13 additions and 4 deletions

View file

@ -47,7 +47,7 @@ func get_new_target():
move_progress = 0
func become_real():
#activate colliders
collision_layer = 1
z_index = 10
modulate = Color.WHITE
pass
@ -55,4 +55,5 @@ func become_real():
func become_fake():
z_index = 0
modulate = Color.DIM_GRAY
collision_layer = 2
pass