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.
 
 
societer/ui/map/map.tscn

16 lines
488 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="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 )