Done refactoring
This commit is contained in:
parent
3a136ff215
commit
2176e9d798
88 changed files with 821 additions and 880 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://dsmwg1rxedi3x"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Minimap.gd" id="1_8abec"]
|
||||
[ext_resource type="Script" path="res://scripts/objects/Minimap.gd" id="1_8abec"]
|
||||
[ext_resource type="Texture2D" uid="uid://dmvfwcq7wewxt" path="res://sprites/minimapoverlay.png" id="1_705ro"]
|
||||
[ext_resource type="PackedScene" uid="uid://c7iafvpoopwc0" path="res://scenes/MinimapMarker.tscn" id="2_u2t3y"]
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ grow_horizontal = 2
|
|||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
script = ExtResource("1_8abec")
|
||||
MarkerPack = ExtResource("2_u2t3y")
|
||||
marker = ExtResource("2_u2t3y")
|
||||
|
||||
[node name="Sprite" type="Sprite2D" parent="."]
|
||||
position = Vector2(96, 96)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue