challenge-editor/test/scene/map_example0.tscn
2024-09-21 17:51:05 +08:00

17 lines
516 B
Plaintext

[gd_scene load_steps=3 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://class/map/map_class.gd" id="1_iwfll"]
[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 = 3
texture = ExtResource("1_ihnyk")
expand_mode = 1
script = ExtResource("1_iwfll")