@@ -4,29 +4,28 @@ Hold the general game settings.
44
55## Variables
66
7- | Name | Description |
8- | :---------------------------------------| :------------------------------------------------------------|
9- | DEBUG_MODE | Debug mode scripting flag. |
10- | THIS_IS_GAME_SCENE | Game scene flag. |
11- | LEVEL_DESIGN_MODE | Level design mode flag. |
12- | GAME_TYPE | Type of the game flag. |
13- | GRAVITY_PRODUCT | Gravity production. (For game that have gravity in it) |
14- | CAMERA_TYPE | Type of the camera use in the game. |
15- | ACTIVE_ONE_PLAYER | Is the game only allows control one player flag. |
16- | PLAYER_IGNORE_EACH_OTHER | Do collusion happen with eacth other. (Player) |
17- | TRIBE_DAMAGE_EACH_OTHER | Can the player or enemy hurt them own tribe? |
18- | IGNORE_EACH_OTHER_CHARACTER_CONTROLLER | Ignore the collision between the player. |
19- | STREAMING_BASE_URL | Base URL for streaming assets, please point to a directory. |
20- | STREAMING_CACHE_PATH | Cache streaming assets' data path. |
21- | DATA_PATH | Data folder path. |
22- | DATA_EXTENSION | Data file extension. |
23- | SAVE_ON_SWITCH_SCENE | Save when switching the scene. |
24- | SAVE_ON_EXIT_APP | Save when app exit. |
25- | SCREENSHOT_PATH | Screenshot image save path. |
26- | SCREENSHOT_FILENAME | Screenshot base filename. |
27- | SCREENSHOT_EXTENSION | Screenshot image extension. |
28- | WEBCAM_PATH | Webcam image save path. |
29- | WEBCAM_FILENAME | Webcam base filename. |
30- | WEBCAM_EXTENSION | Webcam image extension. |
31- | MIN_DAMAGE | Mininum damage can be in the game. |
32- | MAX_DAMAGE | Maxinum damage can be in the game. |
7+ | Name | Description |
8+ | :-------------------------| :------------------------------------------------------------|
9+ | DEBUG_MODE | Debug mode scripting flag. |
10+ | THIS_IS_GAME_SCENE | Game scene flag. |
11+ | LEVEL_DESIGN_MODE | Level design mode flag. |
12+ | GAME_TYPE | Type of the game flag. |
13+ | GRAVITY_PRODUCT | Gravity production. (For game that have gravity in it) |
14+ | CAMERA_TYPE | Type of the camera use in the game. |
15+ | ACTIVE_ONE_PLAYER | Is the game only allows control one player flag. |
16+ | PLAYER_IGNORE_EACH_OTHER | Do collusion happen with eacth other. (Player) |
17+ | TRIBE_DAMAGE_EACH_OTHER | Can the player or enemy hurt them own tribe? |
18+ | STREAMING_BASE_URL | Base URL for streaming assets, please point to a directory. |
19+ | STREAMING_CACHE_PATH | Cache streaming assets' data path. |
20+ | DATA_PATH | Data folder path. |
21+ | DATA_EXTENSION | Data file extension. |
22+ | SAVE_ON_SWITCH_SCENE | Save when switching the scene. |
23+ | SAVE_ON_EXIT_APP | Save when app exit. |
24+ | SCREENSHOT_PATH | Screenshot image save path. |
25+ | SCREENSHOT_FILENAME | Screenshot base filename. |
26+ | SCREENSHOT_EXTENSION | Screenshot image extension. |
27+ | WEBCAM_PATH | Webcam image save path. |
28+ | WEBCAM_FILENAME | Webcam base filename. |
29+ | WEBCAM_EXTENSION | Webcam image extension. |
30+ | MIN_DAMAGE | Mininum damage can be in the game. |
31+ | MAX_DAMAGE | Maxinum damage can be in the game. |
0 commit comments