14 lines
231 B
Plaintext
14 lines
231 B
Plaintext
# Compofiller Studio by Yzi
|
|
|
|
PARENT_CONFIG=minified.config
|
|
include $(PARENT_CONFIG)
|
|
|
|
# Override things that differ from the parent
|
|
|
|
# Visuals
|
|
RESOLUTION_X=1280
|
|
RESOLUTION_Y=720
|
|
|
|
CRINKLER_ORDERTRIES=4000
|
|
OUTPUT_EXE_NAME=release.exe
|