16 lines
653 B
Plaintext
16 lines
653 B
Plaintext
|
[gd_scene load_steps=2 format=3 uid="uid://b0ctm82e6x7yp"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://2d_action_choice.gd" id="1_yf2d6"]
|
||
|
|
||
|
[node name="2d_action_choice" type="Button"]
|
||
|
size_flags_horizontal = 3
|
||
|
theme_override_colors/font_hover_pressed_color = Color(0.984314, 1, 0.00392157, 1)
|
||
|
theme_override_colors/font_hover_color = Color(0.984314, 1, 0.00392157, 1)
|
||
|
theme_override_colors/font_pressed_color = Color(0.984314, 1, 0.00392157, 1)
|
||
|
theme_override_colors/font_focus_color = Color(0.984314, 1, 0.00392157, 1)
|
||
|
theme_override_font_sizes/font_size = 26
|
||
|
text = "结束"
|
||
|
flat = true
|
||
|
script = ExtResource("1_yf2d6")
|
||
|
metadata/_edit_use_anchors_ = true
|