49 lines
1.5 KiB
Plaintext
49 lines
1.5 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://dtbfpnr54ifod"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c43yesnuqsk21" path="res://test/map/map_01.png" id="1_ihnyk"]
|
|
[ext_resource type="Script" path="res://test/scene/map_example_0.gd" id="2_oe52u"]
|
|
[ext_resource type="Texture2D" uid="uid://lp6ekqrqjywt" path="res://test/texture/room.png" id="3_4ivo3"]
|
|
[ext_resource type="PackedScene" uid="uid://bdlo2wn4qnygv" path="res://scene/tool/tool_button.tscn" id="4_d7xih"]
|
|
|
|
[node name="map_example" type="TextureRect"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 6
|
|
texture = ExtResource("1_ihnyk")
|
|
expand_mode = 5
|
|
script = ExtResource("2_oe52u")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.441146
|
|
anchor_top = 0.351852
|
|
anchor_right = 0.470313
|
|
anchor_bottom = 0.403704
|
|
texture = ExtResource("3_4ivo3")
|
|
expand_mode = 1
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="ToolButton" parent="TextureRect" instance=ExtResource("4_d7xih")]
|
|
layout_mode = 1
|
|
|
|
[node name="TextureRect2" type="TextureRect" parent="."]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.614583
|
|
anchor_top = 0.456481
|
|
anchor_right = 0.64375
|
|
anchor_bottom = 0.508333
|
|
texture = ExtResource("3_4ivo3")
|
|
expand_mode = 1
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="ToolButton" parent="TextureRect2" instance=ExtResource("4_d7xih")]
|
|
layout_mode = 1
|