gamo-gd/controller/button/controller_button.tscn

24 lines
684 B
Plaintext
Raw Normal View History

[gd_scene load_steps=2 format=3 uid="uid://bkw6xqubudrtw"]
[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="."]
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
text = "Up"
horizontal_alignment = 1
vertical_alignment = 1