add rust inc
This commit is contained in:
parent
ab992ae383
commit
2a9fcd17a1
13 changed files with 342 additions and 212 deletions
9
objects/enemy/robosnake.tscn
Normal file
9
objects/enemy/robosnake.tscn
Normal file
|
@ -0,0 +1,9 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://objects/enemy/snake.tscn" type="PackedScene" id=1]
|
||||
|
||||
[node name="Snake" instance=ExtResource( 1 )]
|
||||
|
||||
[node name="AnimatedSprite" parent="." index="0"]
|
||||
animation = "robo"
|
||||
frame = 0
|
Loading…
Add table
Add a link
Reference in a new issue