cheat code entry
This commit is contained in:
parent
dcca66620e
commit
349a46b8fa
11 changed files with 50 additions and 8 deletions
|
@ -28,13 +28,14 @@ animations = [ {
|
|||
[sub_resource type="RectangleShape2D" id=5]
|
||||
extents = Vector2( 4, 4 )
|
||||
|
||||
[node name="Snake" type="Node2D"]
|
||||
[node name="Snake" type="Node2D" groups=["enemy"]]
|
||||
script = ExtResource( 3 )
|
||||
score_for_killing = 15
|
||||
|
||||
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
||||
material = SubResource( 1 )
|
||||
frames = SubResource( 4 )
|
||||
frame = 1
|
||||
playing = true
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue