Lots of polish things and wrapping up all three levels
This commit is contained in:
+23
-15
@@ -8,33 +8,41 @@
|
||||
[ext_resource path="res://scenes/player.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://scenes/neighbor.tscn" type="PackedScene" id=7]
|
||||
[ext_resource path="res://scenes/house.tscn" type="PackedScene" id=8]
|
||||
[ext_resource path="res://assets/fonts/8-BIT WONDER.TTF" type="DynamicFontData" id=9]
|
||||
[ext_resource path="res://assets/fonts/dogicapixelbold.otf" type="DynamicFontData" id=9]
|
||||
|
||||
[sub_resource type="DynamicFont" id=1]
|
||||
size = 40
|
||||
extra_spacing_top = 7
|
||||
extra_spacing_bottom = 7
|
||||
extra_spacing_char = -3
|
||||
extra_spacing_space = 6
|
||||
font_data = ExtResource( 9 )
|
||||
|
||||
[sub_resource type="DynamicFont" id=3]
|
||||
size = 40
|
||||
font_data = ExtResource( 9 )
|
||||
|
||||
[sub_resource type="Theme" id=2]
|
||||
default_font = SubResource( 3 )
|
||||
RichTextLabel/fonts/normal_font = SubResource( 1 )
|
||||
|
||||
[node name="BaseLevel" type="Node2D"]
|
||||
[node name="BaseLevel" type="Node2D" groups=["pausable", "plays_audio"]]
|
||||
script = ExtResource( 4 )
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource( 1 )
|
||||
volume_db = -10.0
|
||||
pitch_scale = 0.75
|
||||
|
||||
[node name="TileMap" parent="." instance=ExtResource( 3 )]
|
||||
[node name="LevelNavigation" type="Navigation2D" parent="."]
|
||||
|
||||
[node name="TileMap" parent="LevelNavigation" instance=ExtResource( 3 )]
|
||||
collision_mask = 7
|
||||
|
||||
[node name="YSort" type="YSort" parent="."]
|
||||
|
||||
[node name="Player" parent="YSort" instance=ExtResource( 6 )]
|
||||
position = Vector2( 619.221, 307.07 )
|
||||
position = Vector2( 588.073, 227.785 )
|
||||
|
||||
[node name="Trolley" parent="YSort" instance=ExtResource( 5 )]
|
||||
position = Vector2( 629.977, 650.649 )
|
||||
@@ -43,7 +51,7 @@ position = Vector2( 629.977, 650.649 )
|
||||
position = Vector2( 1066, 540 )
|
||||
|
||||
[node name="Neighbor1" parent="YSort" instance=ExtResource( 7 )]
|
||||
position = Vector2( 131, 429 )
|
||||
position = Vector2( 196.127, 647.035 )
|
||||
|
||||
[node name="Clouds" parent="." instance=ExtResource( 2 )]
|
||||
position = Vector2( -0.17392, 0.152588 )
|
||||
@@ -85,35 +93,35 @@ size_flags_vertical = 3
|
||||
|
||||
[node name="Control" type="Control" parent="Panel/VBoxContainer"]
|
||||
margin_right = 1363.0
|
||||
margin_bottom = 279.0
|
||||
margin_bottom = 277.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="EndGameTitle" type="RichTextLabel" parent="Panel/VBoxContainer"]
|
||||
margin_left = 181.0
|
||||
margin_top = 283.0
|
||||
margin_top = 281.0
|
||||
margin_right = 1181.0
|
||||
margin_bottom = 324.0
|
||||
margin_bottom = 326.0
|
||||
rect_min_size = Vector2( 1000, 0 )
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
theme = SubResource( 2 )
|
||||
text = "This is the text"
|
||||
text = "This is the tefs"
|
||||
fit_content_height = true
|
||||
|
||||
[node name="Control3" type="Control" parent="Panel/VBoxContainer"]
|
||||
margin_top = 328.0
|
||||
margin_top = 330.0
|
||||
margin_right = 1363.0
|
||||
margin_bottom = 390.0
|
||||
margin_bottom = 391.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
size_flags_stretch_ratio = 0.22
|
||||
|
||||
[node name="EndGameBody" type="RichTextLabel" parent="Panel/VBoxContainer"]
|
||||
margin_left = 181.0
|
||||
margin_top = 394.0
|
||||
margin_top = 395.0
|
||||
margin_right = 1181.0
|
||||
margin_bottom = 435.0
|
||||
margin_bottom = 440.0
|
||||
rect_min_size = Vector2( 1000, 0 )
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
@@ -122,7 +130,7 @@ text = "This is the text"
|
||||
fit_content_height = true
|
||||
|
||||
[node name="Control2" type="Control" parent="Panel/VBoxContainer"]
|
||||
margin_top = 439.0
|
||||
margin_top = 444.0
|
||||
margin_right = 1363.0
|
||||
margin_bottom = 1060.0
|
||||
size_flags_horizontal = 3
|
||||
@@ -130,8 +138,8 @@ size_flags_vertical = 3
|
||||
size_flags_stretch_ratio = 2.22
|
||||
|
||||
[node name="DisplayTimer" type="Timer" parent="."]
|
||||
wait_time = 2.0
|
||||
one_shot = true
|
||||
autostart = true
|
||||
|
||||
[connection signal="left_wih_rogers" from="YSort/Trolley" to="." method="_on_Trolley_left_wih_rogers"]
|
||||
[connection signal="rogers_entered_trolley" from="YSort/Trolley" to="." method="_on_Trolley_rogers_entered_trolley"]
|
||||
|
||||
Reference in New Issue
Block a user