Mostly done?
This commit is contained in:
parent
22d7326565
commit
a08c13b1a3
118 changed files with 2558 additions and 2519 deletions
|
|
@ -1,33 +1,43 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://b0bmsqlrg77le"]
|
||||
[gd_scene format=3 uid="uid://b0bmsqlrg77le"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dx134esqj3kg3" path="res://assets/ui/buttonLong_brown.png" id="1_1bdt2"]
|
||||
[ext_resource type="Texture2D" uid="uid://bmdc4875jf16r" path="res://assets/ui/buttonLong_brown_pressed.png" id="2_8m7bo"]
|
||||
[ext_resource type="Texture2D" uid="uid://ddghl4cooepr1" path="res://assets/ui/buttonLong_blue.png" id="3_t81cg"]
|
||||
[ext_resource type="Texture2D" uid="uid://f0tde4s55m2o" path="res://assets/ui/buttonLong_grey.png" id="4_is61r"]
|
||||
[ext_resource type="Texture2D" uid="uid://c3gmw2rffktva" path="res://assets/ui/buttonLong_beige_pressed.png" id="3_8m7bo"]
|
||||
[ext_resource type="Texture2D" uid="uid://bk377v70i8bsw" path="res://assets/ui/buttonLong_blue_pressed.png" id="4_8m7bo"]
|
||||
[ext_resource type="Script" uid="uid://dj7uoaxxat5n4" path="res://scenes/scripts/button.gd" id="5_8m7bo"]
|
||||
[ext_resource type="Theme" uid="uid://bnbtwoxxd6cg5" path="res://assets/theme/clicker.theme" id="5_iw4ej"]
|
||||
|
||||
[node name="TextureButton" type="TextureButton"]
|
||||
[node name="TextureButton" type="TextureButton" unique_id=186080222]
|
||||
custom_minimum_size = Vector2(100, 25)
|
||||
offset_right = 100.0
|
||||
offset_bottom = 25.0
|
||||
offset_right = 103.0
|
||||
offset_bottom = 32.0
|
||||
tooltip_text = "I need a tooltip bro"
|
||||
texture_normal = ExtResource("1_1bdt2")
|
||||
texture_pressed = ExtResource("2_8m7bo")
|
||||
texture_hover = ExtResource("3_t81cg")
|
||||
texture_disabled = ExtResource("4_is61r")
|
||||
texture_hover = ExtResource("3_8m7bo")
|
||||
texture_disabled = ExtResource("4_8m7bo")
|
||||
ignore_texture_size = true
|
||||
stretch_mode = 0
|
||||
script = ExtResource("5_8m7bo")
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="."]
|
||||
[node name="CenterContainer" type="CenterContainer" parent="." unique_id=313903696]
|
||||
clip_contents = true
|
||||
custom_minimum_size = Vector2(100, 25)
|
||||
layout_mode = 0
|
||||
offset_right = 100.0
|
||||
offset_bottom = 25.0
|
||||
|
||||
[node name="Label" type="Label" parent="CenterContainer"]
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer" unique_id=1263225362]
|
||||
layout_mode = 2
|
||||
theme_override_constants/separation = 0
|
||||
|
||||
[node name="NameLabel" type="Label" parent="CenterContainer/VBoxContainer" unique_id=1225878363]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("5_iw4ej")
|
||||
text = "-"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="PriceLabel" type="Label" parent="CenterContainer/VBoxContainer" unique_id=1012864835]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("5_iw4ej")
|
||||
text = "-"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue