eepy turtles

This commit is contained in:
Haze Weathers 2023-06-08 19:15:07 -04:00
parent c467e13d94
commit bcd8faf650
5 changed files with 175 additions and 7 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=30 format=2]
[gd_scene load_steps=31 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]
@ -17,6 +17,7 @@
[ext_resource path="res://objects/npc/msx.tscn" type="PackedScene" id=15]
[ext_resource path="res://objects/respawn_point.tscn" type="PackedScene" id=16]
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=17]
[ext_resource path="res://objects/enemy/turtle.tscn" type="PackedScene" id=18]
[ext_resource path="res://objects/environment/switches/button.tscn" type="PackedScene" id=19]
[ext_resource path="res://objects/enemy/tin.tscn" type="PackedScene" id=20]
[ext_resource path="res://graphics/enemy/sawblade.png" type="Texture" id=21]
@ -139,6 +140,7 @@ material = SubResource( 4 )
position = Vector2( 4, 4 )
z_index = -3
frames = SubResource( 5 )
frame = 1
playing = true
[node name="Steam" parent="." instance=ExtResource( 23 )]
@ -146,6 +148,9 @@ position = Vector2( 27, 128 )
[node name="StaticBody2D" type="StaticBody2D" parent="."]
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="StaticBody2D"]
polygon = PoolVector2Array( 136, 176, 144, 160, 160, 160, 168, 176 )
[node name="Hatch" parent="." instance=ExtResource( 14 )]
position = Vector2( 40, 120 )
@ -172,15 +177,15 @@ position = Vector2( 128, 152 )
[node name="LetterBlock" parent="." instance=ExtResource( 8 )]
position = Vector2( 184, 160 )
glyph = 16
glyph = 4
[node name="LetterBlock2" parent="." instance=ExtResource( 8 )]
position = Vector2( 192, 152 )
glyph = 16
glyph = 26
[node name="LetterBlock3" parent="." instance=ExtResource( 8 )]
position = Vector2( 176, 144 )
glyph = 16
glyph = 12
[node name="LetterBlock4" parent="." instance=ExtResource( 8 )]
position = Vector2( 192, 136 )
@ -188,14 +193,20 @@ glyph = 16
[node name="LetterBlock5" parent="." instance=ExtResource( 8 )]
position = Vector2( 216, 152 )
glyph = 16
glyph = 3
[node name="LetterBlock6" parent="." instance=ExtResource( 8 )]
position = Vector2( 208, 128 )
glyph = 16
glyph = 30
[node name="LetterBlock7" parent="." instance=ExtResource( 8 )]
position = Vector2( 224, 136 )
glyph = 16
glyph = 27
[node name="Turtle" parent="." instance=ExtResource( 18 )]
position = Vector2( 40, 160 )
left_up_boundary = 2.0
right_down_boundary = 4.0
speed = 10
[editable path="RollingFiend"]