[gd_scene load_steps=4 format=2] [ext_resource path="res://ui/map/map.gd" type="Script" id=1] [ext_resource path="res://ui/map/cursor/cursor.png" type="Texture" id=2] [ext_resource path="res://ui/map/cursor/Cursor.gd" type="Script" id=3] [node name="Map" type="TextureRect"] anchor_right = 0.5 anchor_bottom = 0.852 margin_right = 3.0 margin_bottom = 0.799988 script = ExtResource( 1 ) [node name="Cursor" type="Sprite" parent="."] texture = ExtResource( 2 ) script = ExtResource( 3 )