This repository has been archived on 2025-04-15. You can view files and clone it, but cannot push or open issues or pull requests.
Gamify-Life/Gamify Life/Menu Stuffs/Scene/item_menu.tscn
2025-04-15 11:55:58 -07:00

51 lines
1.4 KiB
Text

[gd_scene load_steps=2 format=3 uid="uid://ch7j4gukv11tk"]
[ext_resource type="Script" path="res://Menu Stuffs/Script/ItemMenu.gd" id="1_yna82"]
[node name="ItemMenu" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_yna82")
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 0
offset_right = 960.0
offset_bottom = 600.0
color = Color(0, 0, 1, 1)
[node name="ScrollContainer" type="ScrollContainer" parent="."]
layout_mode = 0
offset_right = 960.0
offset_bottom = 600.0
horizontal_scroll_mode = 0
vertical_scroll_mode = 2
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"]
custom_minimum_size = Vector2(950, 600)
layout_mode = 2
alignment = 1
[node name="Gold" type="Label" parent="ScrollContainer/VBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 75
text = "GOLD:"
[node name="Number" type="Label" parent="ScrollContainer/VBoxContainer/Gold"]
layout_mode = 0
offset_left = 235.0
offset_top = 36.0
offset_right = 327.0
offset_bottom = 85.0
theme_override_font_sizes/font_size = 33
text = "0000"
[node name="Button" type="Button" parent="ScrollContainer/VBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 28
text = "Reset Stats"
[connection signal="pressed" from="ScrollContainer/VBoxContainer/Button" to="." method="Reset_Stats"]