-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmonkey.jungle
More file actions
executable file
·28 lines (21 loc) · 1.38 KB
/
monkey.jungle
File metadata and controls
executable file
·28 lines (21 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
project.manifest = manifest.xml
project.optimization = 3p,enable-constant-folding,enable-empty-function-removal,enable-lexical-only-constants,enable-static-branch-elimination
project.typecheck = strict
base.sourcePath = source
# NOTE: for each build option, only one line must remain uncommented at a time,
# uncomment the option you want to exclude from the build
# use tamagotchi or test program
base.excludeAnnotations = $(base.excludeAnnotations);test_program
# base.excludeAnnotations = $(base.excludeAnnotations);tama_program
# disable or enable logging messages (NOTE: emulation runs faster with logging disabled)
base.excludeAnnotations = $(base.excludeAnnotations);enable_log
# base.excludeAnnotations = $(base.excludeAnnotations);disable_log
# disable or enable sounds (NOTE: emulation runs slightly faster with sounds disabled)
# base.excludeAnnotations = $(base.excludeAnnotations);enable_sounds
base.excludeAnnotations = $(base.excludeAnnotations);disable_sounds
# disable or enable sleep (NOTE: enable sleep to get accurate FPS)
base.excludeAnnotations = $(base.excludeAnnotations);enable_sleep
# base.excludeAnnotations = $(base.excludeAnnotations);disable_sleep
# invert black and white colors (NOTE: this doesn't affect bitmap resources)
base.excludeAnnotations = $(base.excludeAnnotations);inverted_colors
# base.excludeAnnotations = $(base.excludeAnnotations);standard_colors