43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bx2ydrg7xfp3f"]
|
|
|
|
[ext_resource type="Script" uid="uid://ctan4kigqf4m4" path="res://UI/SelectableShape/ShapeButton.gd" id="1_itppa"]
|
|
[ext_resource type="PackedScene" uid="uid://b3brrwp5525q2" path="res://UI/SelectableShape/2dViewObject.tscn" id="1_tvnn6"]
|
|
|
|
[node name="ShapeButton" type="Button"]
|
|
custom_minimum_size = Vector2(200, 200)
|
|
offset_left = 395.0
|
|
offset_top = 205.0
|
|
offset_right = 642.0
|
|
offset_bottom = 405.0
|
|
script = ExtResource("1_itppa")
|
|
|
|
[node name="SubViewport" type="SubViewport" parent="."]
|
|
|
|
[node name="ViewObject" parent="SubViewport" instance=ExtResource("1_tvnn6")]
|
|
unique_name_in_owner = true
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 246.0
|
|
offset_bottom = 200.0
|
|
expand_mode = 1
|
|
|
|
[node name="Info" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 2.0
|
|
offset_top = 201.0
|
|
offset_right = 248.0
|
|
offset_bottom = 240.0
|
|
theme_override_colors/font_color = Color(1, 0, 0, 1)
|
|
theme_override_colors/font_shadow_color = Color(0, 0.882353, 0, 1)
|
|
theme_override_colors/font_outline_color = Color(0, 0, 1, 1)
|
|
theme_override_constants/outline_size = 8
|
|
theme_override_constants/shadow_outline_size = 14
|
|
theme_override_font_sizes/font_size = 28
|
|
text = "Horse - 5 dollars"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[editable path="SubViewport/ViewObject"]
|
|
[editable path="SubViewport/ViewObject/horse"]
|