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