Added animation to help anticipate turning block turning
This commit is contained in:
parent
56e56a5cff
commit
3a8e9b757c
4 changed files with 48 additions and 14 deletions
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=13 format=2]
|
||||
[gd_scene load_steps=14 format=2]
|
||||
|
||||
[ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://tilesets/t_cave.tres" type="TileSet" id=2]
|
||||
|
@ -11,6 +11,7 @@
|
|||
[ext_resource path="res://objects/environment/rock/rock.tscn" type="PackedScene" id=9]
|
||||
[ext_resource path="res://objects/enemy/slime.tscn" type="PackedScene" id=10]
|
||||
[ext_resource path="res://maps/map.gd" type="Script" id=11]
|
||||
[ext_resource path="res://objects/environment/turniwood/turniwood.tscn" type="PackedScene" id=12]
|
||||
[ext_resource path="res://objects/collectibles/arrow.tscn" type="PackedScene" id=13]
|
||||
|
||||
[node name="Map" type="Node2D" groups=["map"]]
|
||||
|
@ -47,7 +48,7 @@ position = Vector2( 84, -7 )
|
|||
position = Vector2( 184, 163 )
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource( 1 )]
|
||||
position = Vector2( 144, 104 )
|
||||
position = Vector2( 72, 160 )
|
||||
|
||||
[node name="Ladder3" parent="." instance=ExtResource( 8 )]
|
||||
position = Vector2( 40, 136 )
|
||||
|
@ -65,3 +66,6 @@ visible = false
|
|||
tile_set = ExtResource( 5 )
|
||||
cell_size = Vector2( 8, 8 )
|
||||
format = 1
|
||||
|
||||
[node name="Turniwood5" parent="." instance=ExtResource( 12 )]
|
||||
position = Vector2( 88, 136 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue