defos/game.project

38 lines
555 B
Plaintext
Raw Permalink Normal View History

2017-05-03 12:22:09 -07:00
[project]
title = DefOS
2017-10-06 10:18:58 -07:00
version = 1.0.1
dependencies = https://github.com/andsve/dirtylarry/archive/master.zip
custom_resources = resources/
bundle_resources = /icons
write_log = 0
2017-05-03 12:22:09 -07:00
[bootstrap]
main_collection = /example/example.collectionc
[input]
game_binding = /input/game.input_bindingc
[display]
2017-05-11 14:18:17 -07:00
width = 1024
height = 768
2018-10-19 15:02:20 -07:00
high_dpi = 1
2017-05-03 12:22:09 -07:00
[physics]
scale = 0.02
[script]
shared_state = 1
[library]
include_dirs = defos
[android]
package = com.subsoap.defos
[ios]
bundle_identifier = com.subsoap.defos
[osx]
bundle_identifier = com.subsoap.defos