34 lines
1.4 KiB
Text
34 lines
1.4 KiB
Text
[gd_scene load_steps=7 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="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"]
|
|
custom_minimum_size = Vector2(100, 25)
|
|
offset_right = 100.0
|
|
offset_bottom = 25.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")
|
|
ignore_texture_size = true
|
|
stretch_mode = 0
|
|
script = ExtResource("5_8m7bo")
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
|
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"]
|
|
layout_mode = 2
|
|
theme = ExtResource("5_iw4ej")
|
|
text = "-"
|
|
horizontal_alignment = 1
|