You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
846 B
24 lines
846 B
[gd_scene load_steps=5 format=3 uid="uid://dla77ra2m245t"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Map.gd" id="1_yowpa"]
|
|
[ext_resource type="Texture2D" uid="uid://ub5uhu2a7etv" path="res://assets/ui/cursor.png" id="2_lr2t4"]
|
|
[ext_resource type="Script" path="res://scripts/Map_Cursor.gd" id="3_67qgj"]
|
|
|
|
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_cpkb8"]
|
|
|
|
[node name="Map" type="TextureRect"]
|
|
offset_right = 559.0
|
|
offset_bottom = 836.0
|
|
texture = SubResource("PlaceholderTexture2D_cpkb8")
|
|
expand_mode = 3
|
|
script = ExtResource("1_yowpa")
|
|
|
|
[node name="Cursor" type="TextureRect" parent="." node_paths=PackedStringArray("map")]
|
|
layout_mode = 1
|
|
offset_right = 37.0
|
|
offset_bottom = 37.0
|
|
pivot_offset = Vector2(25, 25)
|
|
texture = ExtResource("2_lr2t4")
|
|
expand_mode = 1
|
|
script = ExtResource("3_67qgj")
|
|
map = NodePath("..")
|
|
|