gamo-gd/controller/button/controller_button.tscn

27 lines
857 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://bkw6xqubudrtw"]
[ext_resource type="Material" uid="uid://crnhvx5xfqmj7" path="res://controller/text_shader.tres" id="2_dmmye"]
[ext_resource type="Script" uid="uid://5ud76wl43q3w" path="res://controller/button/controller_button.gd" id="2_t8ak6"]
[node name="Button" type="ColorRect" groups=["buttons"]]
offset_right = 96.0
offset_bottom = 96.0
pivot_offset = Vector2(48, 48)
color = Color(0.164706, 0.164706, 0.164706, 1)
script = ExtResource("2_t8ak6")
[node name="Label" type="RichTextLabel" parent="."]
material = ExtResource("2_dmmye")
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_font_sizes/normal_font_size = 24
bbcode_enabled = true
scroll_active = false
autowrap_mode = 0
horizontal_alignment = 1
vertical_alignment = 1