add letter block

This commit is contained in:
Haze Weathers 2023-06-05 17:42:14 -04:00
parent d318add375
commit d59c37eb49
5 changed files with 139 additions and 2 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=29 format=2]
[gd_scene load_steps=30 format=2]
[ext_resource path="res://objects/enemy/squig.tscn" type="PackedScene" id=1]
[ext_resource path="res://tilesets/t_cave.tres" type="TileSet" id=2]
@ -7,6 +7,7 @@
[ext_resource path="res://tilesets/t_death.tres" type="TileSet" id=5]
[ext_resource path="res://objects/Camera2D.tscn" type="PackedScene" id=6]
[ext_resource path="res://graphics/backgrounds/canopy.png" type="Texture" id=7]
[ext_resource path="res://objects/hud/letter_block.tscn" type="PackedScene" id=8]
[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]
@ -132,7 +133,6 @@ position = Vector2( 48, 120 )
[node name="AnimatedSprite" parent="RollingFiend" index="0"]
visible = false
frame = 1
[node name="SawTest2" type="AnimatedSprite" parent="RollingFiend"]
material = SubResource( 4 )
@ -170,4 +170,32 @@ position = Vector2( 112, 176 )
[node name="Squig" parent="." instance=ExtResource( 1 )]
position = Vector2( 128, 152 )
[node name="LetterBlock" parent="." instance=ExtResource( 8 )]
position = Vector2( 184, 160 )
glyph = 16
[node name="LetterBlock2" parent="." instance=ExtResource( 8 )]
position = Vector2( 192, 152 )
glyph = 16
[node name="LetterBlock3" parent="." instance=ExtResource( 8 )]
position = Vector2( 176, 144 )
glyph = 16
[node name="LetterBlock4" parent="." instance=ExtResource( 8 )]
position = Vector2( 192, 136 )
glyph = 16
[node name="LetterBlock5" parent="." instance=ExtResource( 8 )]
position = Vector2( 216, 152 )
glyph = 16
[node name="LetterBlock6" parent="." instance=ExtResource( 8 )]
position = Vector2( 208, 128 )
glyph = 16
[node name="LetterBlock7" parent="." instance=ExtResource( 8 )]
position = Vector2( 224, 136 )
glyph = 16
[editable path="RollingFiend"]