28 lines
810 B
Plaintext
28 lines
810 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://ceknxxfu1loo5"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/tilemap/tilemap.gd" id="1_l64tp"]
|
|
|
|
[sub_resource type="CanvasTexture" id="CanvasTexture_58cl1"]
|
|
|
|
[node name="tilemap" type="CanvasGroup" groups=["gui_items"]]
|
|
script = ExtResource("1_l64tp")
|
|
max_zoom_level = 21
|
|
az = 2.0
|
|
|
|
[node name="canvas" type="TextureRect" parent="." groups=["gui_items"]]
|
|
clip_contents = true
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_right = 400.0
|
|
offset_bottom = 400.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
texture = SubResource("CanvasTexture_58cl1")
|
|
|
|
[node name="player" type="AnimationPlayer" parent="canvas" groups=["gui_items"]]
|
|
|
|
[connection signal="resized" from="canvas" to="." method="_on_resize"]
|