forked from team-sg/hero-mark-2
make 30385 cheat functional
This commit is contained in:
parent
fa58ac21a1
commit
e25dd87774
5 changed files with 66 additions and 3 deletions
|
@ -34,13 +34,13 @@ animations = [ {
|
|||
[sub_resource type="RectangleShape2D" id=6]
|
||||
extents = Vector2( 4, 4 )
|
||||
|
||||
[node name="Gold" type="Node2D"]
|
||||
[node name="Gold" type="Node2D" groups=["gold"]]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
||||
material = SubResource( 1 )
|
||||
frames = SubResource( 5 )
|
||||
frame = 1
|
||||
frame = 2
|
||||
playing = true
|
||||
centered = false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue