Start of level 2

This commit is contained in:
gemdude46 2023-01-30 13:54:29 +00:00
parent a7be9cd657
commit 855332b44e
12 changed files with 263 additions and 19 deletions

View file

@ -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 )

View file

@ -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 )