[gd_scene load_steps=9 format=3 uid="uid://d0mlxe0gcctle"] [ext_resource type="Script" path="res://UI/hud.gd" id="1_rpghv"] [ext_resource type="Texture2D" uid="uid://nypt5ybs2yjf" path="res://UI/Assets/ButtonBlocker.png" id="2_6o4l1"] [ext_resource type="Theme" uid="uid://lpvaxe35v64b" path="res://UI/theme.tres" id="2_he3is"] [ext_resource type="Texture2D" uid="uid://bg118k8yia0bf" path="res://UI/Assets/ButtonDigger.png" id="3_585t4"] [ext_resource type="Texture2D" uid="uid://wreo4yu472g8" path="res://UI/Assets/ButtonPlus.png" id="4_dku02"] [ext_resource type="Texture2D" uid="uid://c0hcl4yvb02wx" path="res://UI/Assets/ButtonMiner.png" id="5_5j5y4"] [ext_resource type="Texture2D" uid="uid://dg3qtw0fdjmt5" path="res://UI/Assets/ButtonMinus.png" id="5_ybavg"] [ext_resource type="Texture2D" uid="uid://61yuhqwes5hw" path="res://UI/Assets/ButtonFloater.png" id="6_qnbw6"] [node name="HUD" type="CanvasLayer"] script = ExtResource("1_rpghv") [node name="Score" type="Label" parent="."] unique_name_in_owner = true texture_filter = 1 offset_left = 4.0 offset_top = 4.0 offset_right = 10.0 offset_bottom = 14.0 theme = ExtResource("2_he3is") text = "0" [node name="Speed" type="Label" parent="."] unique_name_in_owner = true texture_filter = 1 anchors_preset = 1 anchor_left = 1.0 anchor_right = 1.0 offset_left = -8.0 offset_top = 4.0 offset_right = -4.0 offset_bottom = 14.0 grow_horizontal = 0 theme = ExtResource("2_he3is") [node name="HBoxContainer" type="HBoxContainer" parent="."] anchors_preset = 12 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 0 theme = ExtResource("2_he3is") theme_override_constants/separation = 0 [node name="ButtonBlocker" type="TextureRect" parent="HBoxContainer"] texture_filter = 1 custom_minimum_size = Vector2(16, 16) layout_mode = 2 mouse_default_cursor_shape = 2 texture = ExtResource("2_6o4l1") stretch_mode = 5 [node name="ButtonDigger" type="TextureRect" parent="HBoxContainer"] texture_filter = 1 custom_minimum_size = Vector2(16, 16) layout_mode = 2 mouse_default_cursor_shape = 2 texture = ExtResource("3_585t4") stretch_mode = 5 [node name="ButtonMiner" type="TextureRect" parent="HBoxContainer"] texture_filter = 1 custom_minimum_size = Vector2(16, 16) layout_mode = 2 mouse_default_cursor_shape = 2 texture = ExtResource("5_5j5y4") stretch_mode = 5 [node name="ButtonBasher" type="TextureRect" parent="HBoxContainer"] texture_filter = 1 custom_minimum_size = Vector2(16, 16) layout_mode = 2 mouse_default_cursor_shape = 2 texture = ExtResource("3_585t4") stretch_mode = 5 [node name="ButtonFloater" type="TextureRect" parent="HBoxContainer"] texture_filter = 1 custom_minimum_size = Vector2(16, 16) layout_mode = 2 mouse_default_cursor_shape = 2 texture = ExtResource("6_qnbw6") stretch_mode = 5 [node name="ButtonBuilder" type="TextureRect" parent="HBoxContainer"] texture_filter = 1 custom_minimum_size = Vector2(16, 16) layout_mode = 2 mouse_default_cursor_shape = 2 texture = ExtResource("3_585t4") stretch_mode = 5 [node name="ButtonClimber" type="TextureRect" parent="HBoxContainer"] texture_filter = 1 custom_minimum_size = Vector2(16, 16) layout_mode = 2 mouse_default_cursor_shape = 2 texture = ExtResource("3_585t4") stretch_mode = 5 [node name="ButtonPlus" type="TextureRect" parent="HBoxContainer"] texture_filter = 1 custom_minimum_size = Vector2(16, 16) layout_mode = 2 mouse_default_cursor_shape = 2 texture = ExtResource("4_dku02") stretch_mode = 5 [node name="ButtonMinus" type="TextureRect" parent="HBoxContainer"] texture_filter = 1 custom_minimum_size = Vector2(16, 16) layout_mode = 2 mouse_default_cursor_shape = 2 texture = ExtResource("5_ybavg") stretch_mode = 5 [connection signal="gui_input" from="HBoxContainer/ButtonBlocker" to="." method="_on_button_blocker_gui_input"] [connection signal="gui_input" from="HBoxContainer/ButtonDigger" to="." method="_on_button_digger_gui_input"] [connection signal="gui_input" from="HBoxContainer/ButtonMiner" to="." method="_on_button_miner_gui_input"] [connection signal="gui_input" from="HBoxContainer/ButtonBasher" to="." method="_on_button_digger_gui_input"] [connection signal="gui_input" from="HBoxContainer/ButtonFloater" to="." method="_on_button_digger_gui_input"] [connection signal="gui_input" from="HBoxContainer/ButtonBuilder" to="." method="_on_button_digger_gui_input"] [connection signal="gui_input" from="HBoxContainer/ButtonClimber" to="." method="_on_button_digger_gui_input"] [connection signal="gui_input" from="HBoxContainer/ButtonPlus" to="." method="_on_button_plus_gui_input"] [connection signal="gui_input" from="HBoxContainer/ButtonMinus" to="." method="_on_button_minus_gui_input"]