Added map usage

This commit is contained in:
2025-12-12 12:00:29 +03:00
parent ea13a8b727
commit dcc158a1fd
12 changed files with 126 additions and 21 deletions
+4
View File
@@ -0,0 +1,4 @@
extends Node
var game_data : GameData
+1
View File
@@ -0,0 +1 @@
uid://calwg6oh6lv0r
+1
View File
@@ -1,5 +1,6 @@
extends Node
const CONFIG_FILE = "user://settings.cfg"
const BASE_SIZE = Vector2i(640, 360)