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.
12 lines
398 B
12 lines
398 B
[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="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Cursor" type="Sprite" parent="."]
|
|
texture = ExtResource( 2 )
|
|
script = ExtResource( 3 )
|
|
|