Start of level 2
This commit is contained in:
parent
a7be9cd657
commit
855332b44e
12 changed files with 263 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=9 format=2]
|
||||
|
||||
[ext_resource path="res://Scripts/Units/NPCUnit.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Scripts/Units/FollowReplay.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Graphics/Units/Letty/Move0.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Graphics/Units/Letty/Move+2.png" type="Texture" id=3]
|
||||
[ext_resource path="res://Graphics/Units/Letty/Move-2.png" type="Texture" id=4]
|
||||
|
@ -15,7 +15,6 @@ extents = Vector2( 9, 34 )
|
|||
z_index = 1
|
||||
collision_layer = 0
|
||||
script = ExtResource( 1 )
|
||||
unit_type = 1
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2( 0, -36 )
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=8 format=2]
|
||||
|
||||
[ext_resource path="res://Scripts/Units/NPCUnit.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Scripts/Units/FollowReplay.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Graphics/Units/Mystia/Move-1.png" type="Texture" id=3]
|
||||
[ext_resource path="res://Graphics/Units/Mystia/Move+2.png" type="Texture" id=4]
|
||||
[ext_resource path="res://Graphics/Units/Mystia/Move+1.png" type="Texture" id=5]
|
||||
|
@ -14,7 +14,6 @@ extents = Vector2( 9, 34 )
|
|||
z_index = 1
|
||||
collision_layer = 0
|
||||
script = ExtResource( 1 )
|
||||
unit_type = 1
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2( 0, -36 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue