new hint
This commit is contained in:
+58
-21
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=13 format=3 uid="uid://dv50be68omp73"]
|
||||
[gd_scene load_steps=15 format=3 uid="uid://dv50be68omp73"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://chrld8oybp4me" path="res://assets/bg-1-1.png" id="1_rxc3r"]
|
||||
[ext_resource type="PackedScene" uid="uid://dk1aby88pygtr" path="res://scenes/player.tscn" id="2_ru48y"]
|
||||
@@ -9,6 +9,7 @@
|
||||
[ext_resource type="PackedScene" uid="uid://b4dp88urmm7g8" path="res://scenes/mushroom.tscn" id="7_rk0p2"]
|
||||
[ext_resource type="PackedScene" uid="uid://cwviqxncs4fom" path="res://scenes/gumba.tscn" id="8_be76n"]
|
||||
[ext_resource type="AudioStream" uid="uid://cdtrw675os7dh" path="res://assets/sounds/01. Ground Theme.mp3" id="9_xkthi"]
|
||||
[ext_resource type="FontFile" uid="uid://cpwx7datjer6s" path="res://assets/PixelOperator8.ttf" id="10_b277n"]
|
||||
|
||||
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_sdqov"]
|
||||
texture = ExtResource("1_rxc3r")
|
||||
@@ -19055,6 +19056,8 @@ sources/1 = SubResource("TileSetAtlasSource_sdqov")
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ipe5j"]
|
||||
size = Vector2(16, 16)
|
||||
|
||||
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_tuxwn"]
|
||||
|
||||
[node name="level1" type="Node2D"]
|
||||
|
||||
[node name="TileMap" type="TileMap" parent="."]
|
||||
@@ -19213,15 +19216,6 @@ hit_object = ExtResource("6_evydd")
|
||||
[node name="destroyblock30" parent="interactable_blocks" instance=ExtResource("4_4f23w")]
|
||||
position = Vector2(2736, -48)
|
||||
|
||||
[node name="pipe" parent="." instance=ExtResource("5_31d8i")]
|
||||
position = Vector2(832, -64)
|
||||
target = Vector2(800, 224)
|
||||
|
||||
[node name="pipe2" parent="." instance=ExtResource("5_31d8i")]
|
||||
position = Vector2(816, 240)
|
||||
rotation = -1.5708
|
||||
target = Vector2(2592, -48)
|
||||
|
||||
[node name="coins" type="Node" parent="."]
|
||||
|
||||
[node name="Coin" parent="coins" instance=ExtResource("6_evydd")]
|
||||
@@ -19281,15 +19275,6 @@ position = Vector2(736, 128)
|
||||
[node name="Coin19" parent="coins" instance=ExtResource("6_evydd")]
|
||||
position = Vector2(752, 128)
|
||||
|
||||
[node name="Gumba" parent="." instance=ExtResource("8_be76n")]
|
||||
position = Vector2(272, 0)
|
||||
|
||||
[node name="Gumba2" parent="." instance=ExtResource("8_be76n")]
|
||||
position = Vector2(736, 0)
|
||||
|
||||
[node name="Gumba3" parent="." instance=ExtResource("8_be76n")]
|
||||
position = Vector2(768, 0)
|
||||
|
||||
[node name="invisible_barriers" type="Node" parent="."]
|
||||
|
||||
[node name="StaticBody2D" type="StaticBody2D" parent="invisible_barriers"]
|
||||
@@ -19308,13 +19293,65 @@ collision_layer = 16
|
||||
position = Vector2(-8, 8)
|
||||
shape = SubResource("RectangleShape2D_ipe5j")
|
||||
|
||||
[node name="Gumba4" parent="." instance=ExtResource("8_be76n")]
|
||||
[node name="StaticBody2D3" type="StaticBody2D" parent="invisible_barriers"]
|
||||
position = Vector2(-160, -16)
|
||||
collision_layer = 17
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="invisible_barriers/StaticBody2D3"]
|
||||
rotation = 1.5708
|
||||
shape = SubResource("WorldBoundaryShape2D_tuxwn")
|
||||
|
||||
[node name="Enemies" type="Node" parent="."]
|
||||
|
||||
[node name="Gumba" parent="Enemies" instance=ExtResource("8_be76n")]
|
||||
position = Vector2(272, 0)
|
||||
|
||||
[node name="Gumba2" parent="Enemies" instance=ExtResource("8_be76n")]
|
||||
position = Vector2(736, 0)
|
||||
|
||||
[node name="Gumba3" parent="Enemies" instance=ExtResource("8_be76n")]
|
||||
position = Vector2(768, 0)
|
||||
|
||||
[node name="Gumba4" parent="Enemies" instance=ExtResource("8_be76n")]
|
||||
position = Vector2(1120, 0)
|
||||
|
||||
[node name="Gumba5" parent="." instance=ExtResource("8_be76n")]
|
||||
[node name="Gumba5" parent="Enemies" instance=ExtResource("8_be76n")]
|
||||
position = Vector2(1152, 0)
|
||||
|
||||
[node name="Pipes" type="Node" parent="."]
|
||||
|
||||
[node name="pipe" parent="Pipes" instance=ExtResource("5_31d8i")]
|
||||
position = Vector2(832, -64)
|
||||
target = Vector2(800, 224)
|
||||
|
||||
[node name="pipe2" parent="Pipes" instance=ExtResource("5_31d8i")]
|
||||
position = Vector2(816, 240)
|
||||
rotation = -1.5708
|
||||
target = Vector2(2592, -48)
|
||||
|
||||
[node name="Music" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("9_xkthi")
|
||||
volume_db = -5.0
|
||||
autoplay = true
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
offset_left = -144.0
|
||||
offset_top = -96.0
|
||||
offset_right = 6.0
|
||||
offset_bottom = -73.0
|
||||
theme_override_colors/font_color = Color(0.25332, 0.473895, 1, 1)
|
||||
theme_override_fonts/font = ExtResource("10_b277n")
|
||||
text = "Swipe Left To Move"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Label2" type="Label" parent="."]
|
||||
offset_left = -144.0
|
||||
offset_top = -64.0
|
||||
offset_right = 90.0
|
||||
offset_bottom = -41.0
|
||||
theme_override_colors/font_color = Color(0.25332, 0.473895, 1, 1)
|
||||
theme_override_fonts/font = ExtResource("10_b277n")
|
||||
text = "Tap Right To Jump"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
Reference in New Issue
Block a user