12 lines
456 B
INI
Executable File
12 lines
456 B
INI
Executable File
Include sample.exporters
|
|
|
|
# Include the game rules - most samples should be much like what we see in the game, so we can regress on them.
|
|
Include game.rules
|
|
|
|
# then we include sample rules ( these override just a few settings that are not applicable for a sample )
|
|
Include sample.rules
|
|
|
|
# then we include standalone rules, this overrides the force includes to a local path for the project
|
|
Include sample_standalone.rules
|
|
|
|
Include sample.targets |