diff options
Diffstat (limited to 'scenes/microgames/fishin')
-rw-r--r-- | scenes/microgames/fishin/node_2d.tscn | 35 |
1 files changed, 25 insertions, 10 deletions
diff --git a/scenes/microgames/fishin/node_2d.tscn b/scenes/microgames/fishin/node_2d.tscn index c763777..932fb56 100644 --- a/scenes/microgames/fishin/node_2d.tscn +++ b/scenes/microgames/fishin/node_2d.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=14 format=3 uid="uid://c4s4pigu4pr48"] +[gd_scene load_steps=15 format=3 uid="uid://c4s4pigu4pr48"] [ext_resource type="Texture2D" uid="uid://voruypgyi77e" path="res://scenes/stockticker/UI-Background-Colour.png" id="1_cxqat"] [ext_resource type="Script" path="res://scenes/microgames/fishin/fishin.gd" id="1_srw8b"] @@ -10,6 +10,7 @@ [ext_resource type="Script" path="res://libs/shake_pivot.gd" id="7_vnrfy"] [ext_resource type="Texture2D" uid="uid://d4kyih3ivlqqc" path="res://scenes/microgames/fishin/KibbbySad.png" id="9_blola"] [ext_resource type="Texture2D" uid="uid://dcvie7ynwdfui" path="res://scenes/microgames/fishin/KibbbyHappy.png" id="10_1il5r"] +[ext_resource type="Texture2D" uid="uid://dpp7abs35p6i5" path="res://scenes/stockticker/fishe/gar.png" id="11_gjj1w"] [sub_resource type="Animation" id="Animation_bep6n"] length = 0.001 @@ -59,7 +60,7 @@ scale = Vector2(1300.5, 725.5) texture = ExtResource("1_cxqat") [node name="you!" type="Sprite2D" parent="."] -position = Vector2(535, 300) +position = Vector2(665, 458) texture = ExtResource("2_atppo") [node name="TextureButton" type="TextureButton" parent="."] @@ -78,7 +79,7 @@ script = ExtResource("7_vnrfy") [node name="pulling" type="Sprite2D" parent="ShakePivot"] visible = false -position = Vector2(535, 300) +position = Vector2(665, 458) texture = ExtResource("3_don82") [node name="ShakePivot2" type="Node2D" parent="."] @@ -86,10 +87,10 @@ script = ExtResource("7_vnrfy") [node name="MASH" type="Label" parent="ShakePivot2"] visible = false -offset_left = 150.0 -offset_top = 358.0 -offset_right = 570.0 -offset_bottom = 598.0 +offset_left = 286.0 +offset_top = 463.0 +offset_right = 706.0 +offset_bottom = 703.0 theme = ExtResource("5_7qce4") theme_override_colors/font_color = Color(1, 0, 0, 1) theme_override_font_sizes/font_size = 60 @@ -100,7 +101,7 @@ script = ExtResource("7_vnrfy") [node name="Mouse" type="Sprite2D" parent="ShakePivot3"] visible = false -position = Vector2(412, 532) +position = Vector2(548, 637) scale = Vector2(0.216276, 0.249769) [node name="StartGame" type="Timer" parent="."] @@ -111,14 +112,28 @@ wait_time = 3.0 [node name="SAD" type="Sprite2D" parent="."] visible = false -position = Vector2(535, 300) +position = Vector2(665, 458) texture = ExtResource("9_blola") [node name="Happy" type="Sprite2D" parent="."] visible = false -position = Vector2(535, 300) +position = Vector2(665, 458) texture = ExtResource("10_1il5r") +[node name="Catch" type="Sprite2D" parent="Happy"] +position = Vector2(-385, 50) +scale = Vector2(0.475, 0.492) +texture = ExtResource("11_gjj1w") + +[node name="Victory message" type="Label" parent="Happy"] +offset_left = -479.0 +offset_top = -398.0 +offset_right = 481.0 +offset_bottom = -334.0 +theme = ExtResource("5_7qce4") +theme_override_font_sizes/font_size = 64 +text = "You caught GAR!" + [node name="SuccessFail" type="Timer" parent="."] wait_time = 3.0 |