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

30 lines
979 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://dr7aeaevf1qun"]
[ext_resource type="Texture2D" uid="uid://dvxmxuudn4tf4" path="res://res/ui/ui_019_game_flow/tuceng301.png" id="1_lju64"]
[ext_resource type="PackedScene" uid="uid://bdlo2wn4qnygv" path="res://scene/tool/tool_button.tscn" id="2_ca2j0"]
[ext_resource type="Script" path="res://scene/game_flow_place.gd" id="2_stiwr"]
[node name="game_flow_place" type="TextureRect"]
offset_right = 40.0
offset_bottom = 40.0
size_flags_horizontal = 8
size_flags_vertical = 0
texture = ExtResource("1_lju64")
script = ExtResource("2_stiwr")
[node name="Label" type="Label" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
text = "地点1"
horizontal_alignment = 1
vertical_alignment = 1
[node name="ToolButton" parent="." instance=ExtResource("2_ca2j0")]
layout_mode = 1
[connection signal="pressed" from="ToolButton" to="." method="_on_tool_button_pressed"]