mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 15:44:21 +00:00
45 lines
1.2 KiB
Text
45 lines
1.2 KiB
Text
[gd_scene load_steps=2 format=3 uid="uid://bo5unrhqpoyim"]
|
|
|
|
[ext_resource type="Theme" uid="uid://ba5utvfhnxa5i" path="res://interface/interface_theme.tres" id="1_ppf8y"]
|
|
|
|
[node name="GameUI" type="VBoxContainer"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("1_ppf8y")
|
|
|
|
[node name="UpperButtons" type="HBoxContainer" parent="."]
|
|
custom_minimum_size = Vector2(0, 54)
|
|
layout_mode = 2
|
|
size_flags_vertical = 8
|
|
alignment = 1
|
|
|
|
[node name="ScoreButton" type="Button" parent="UpperButtons"]
|
|
custom_minimum_size = Vector2(72, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
text = "$0"
|
|
alignment = 0
|
|
|
|
[node name="UpperButtonsSpacerLeft" type="PanelContainer" parent="UpperButtons"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="SpawnButton" type="Button" parent="UpperButtons"]
|
|
custom_minimum_size = Vector2(72, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "Drop"
|
|
|
|
[node name="UpperButtonsSpacerRight" type="PanelContainer" parent="UpperButtons"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="ShopButton" type="Button" parent="UpperButtons"]
|
|
custom_minimum_size = Vector2(72, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 8
|
|
text = "Shop"
|
|
alignment = 2
|