From 00aca3e43844dba5f829f5dc073fc453bf7fa0d7 Mon Sep 17 00:00:00 2001 From: Sofia Date: Tue, 21 Jul 2026 01:24:13 +0300 Subject: [PATCH] Move default map to map/default_map --- godot/maps/default_map.tres | 2 +- godot/{scenes => maps/default_map}/map0.tscn | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename godot/{scenes => maps/default_map}/map0.tscn (100%) diff --git a/godot/maps/default_map.tres b/godot/maps/default_map.tres index f2f4881..297c123 100644 --- a/godot/maps/default_map.tres +++ b/godot/maps/default_map.tres @@ -1,6 +1,6 @@ [gd_resource type="MapResource" format=3 uid="uid://c7n1tacc7a73t"] -[ext_resource type="PackedScene" uid="uid://7iooamjot1tg" path="res://scenes/map0.tscn" id="1_k5804"] +[ext_resource type="PackedScene" uid="uid://7iooamjot1tg" path="res://maps/default_map/map0.tscn" id="1_k5804"] [resource] name = "Default Map" diff --git a/godot/scenes/map0.tscn b/godot/maps/default_map/map0.tscn similarity index 100% rename from godot/scenes/map0.tscn rename to godot/maps/default_map/map0.tscn