snake looking snakey
This commit is contained in:
parent
23b21cefbb
commit
1c0fbf3d69
3 changed files with 13 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue