38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
[gd_scene load_steps=4 format=3 uid="uid://c8qru1yhnbbkl"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cmgaryx5wgu14" path="res://assets/sprites/gui/PlantCard.tres" id="1_fugf5"]
|
|
[ext_resource type="Texture2D" uid="uid://cabpf23ndlvx0" path="res://assets/sprites/gui/Selection.tres" id="2_5mpv8"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_js4li"]
|
|
font_size = 13
|
|
font_color = Color(0, 0, 0, 1)
|
|
|
|
[node name="PlantCard" type="TextureButton"]
|
|
anchors_preset = -1
|
|
anchor_right = 0.137
|
|
anchor_bottom = 0.28
|
|
offset_right = -0.200005
|
|
mouse_default_cursor_shape = 2
|
|
texture_normal = ExtResource("1_fugf5")
|
|
texture_pressed = ExtResource("2_5mpv8")
|
|
texture_focused = ExtResource("2_5mpv8")
|
|
stretch_mode = 0
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.146
|
|
anchor_top = 0.732
|
|
anchor_right = 0.854
|
|
anchor_bottom = 0.893
|
|
offset_left = 0.0279989
|
|
offset_top = 0.0159912
|
|
offset_right = -0.0279999
|
|
offset_bottom = -0.0160065
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
label_settings = SubResource("LabelSettings_js4li")
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
text_overrun_behavior = 3
|