challenge-editor/scene/game_flow_event.tscn
2024-09-20 20:20:14 +08:00

42 lines
1.4 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://bsegldhx3w3ws"]
[ext_resource type="Texture2D" uid="uid://bl6dhkx6ryu7r" path="res://res/ui/ui_019_game_flow/tuceng291.png" id="1_6cbmv"]
[ext_resource type="PackedScene" uid="uid://bdlo2wn4qnygv" path="res://scene/tool/tool_button.tscn" id="2_cbja7"]
[ext_resource type="Script" path="res://scene/game_flow_event.gd" id="2_x3nbb"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_xe0iq"]
texture = ExtResource("1_6cbmv")
texture_margin_left = 14.6763
texture_margin_top = 14.1118
texture_margin_right = 12.4184
texture_margin_bottom = 68.3014
region_rect = Rect2(0, 0, 68, 255)
[node name="game_flow_event" type="Panel"]
custom_minimum_size = Vector2(68, 255)
offset_right = 68.0
offset_bottom = 255.0
size_flags_horizontal = 8
size_flags_vertical = 10
theme_override_styles/panel = SubResource("StyleBoxTexture_xe0iq")
script = ExtResource("2_x3nbb")
[node name="Label" type="Label" parent="."]
layout_mode = 2
anchor_left = 0.215828
anchor_top = 0.0553406
anchor_right = 0.817376
anchor_bottom = 0.732152
size_flags_vertical = 1
theme_override_font_sizes/font_size = 29
text = "事件1"
horizontal_alignment = 1
vertical_alignment = 1
autowrap_mode = 3
metadata/_edit_use_anchors_ = true
[node name="ToolButton" parent="." instance=ExtResource("2_cbja7")]
layout_mode = 1
[connection signal="pressed" from="ToolButton" to="." method="_on_tool_button_pressed"]