First commit
This commit is contained in:
21
xmake.lua
Normal file
21
xmake.lua
Normal file
@@ -0,0 +1,21 @@
|
||||
-- TODO:
|
||||
-- 1. support other platforms
|
||||
-- 2. switch optimization level
|
||||
-- 3. refine the run command, as it currently run the project by default, maybe start a demo scene or a specified scene?
|
||||
|
||||
------- basic custom config part -------
|
||||
|
||||
-- project name
|
||||
PROJECT_NAME = "gdexample"
|
||||
|
||||
-- project version
|
||||
VERSION = "0.0.1"
|
||||
|
||||
-- godot project folder, this will be used as export name, so be careful to make sure it is a valid name
|
||||
GODOT_PROJECT_FOLDER = "demo"
|
||||
|
||||
-- publish folder, the exported files will be put here
|
||||
PUBLISH_FOLDER = "publish"
|
||||
|
||||
|
||||
includes("godot.lua")
|
||||
Reference in New Issue
Block a user