init project

This commit is contained in:
2024-08-11 19:09:17 +02:00
parent 1886723da2
commit f1fed86329
9 changed files with 40 additions and 9 deletions

View File

@@ -6,13 +6,13 @@
------- basic custom config part -------
-- project name
PROJECT_NAME = "gdexample"
PROJECT_NAME = "Blitz3"
-- 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"
GODOT_PROJECT_FOLDER = "godot"
-- publish folder, the exported files will be put here
PUBLISH_FOLDER = "publish"