Map refactoring to prep for loading
This commit is contained in:
6
assets/scene/CMakeLists.txt
Normal file
6
assets/scene/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
# Copyright (c) 2025 Dominic Masters
|
||||
#
|
||||
# This software is released under the MIT License.
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
add_asset(SCRIPT map.lua)
|
||||
1
assets/scene/map.lua
Normal file
1
assets/scene/map.lua
Normal file
@@ -0,0 +1 @@
|
||||
print('map')
|
||||
Reference in New Issue
Block a user