defos/game.project

34 lines
525 B
Plaintext
Raw Normal View History

2017-05-03 12:22:09 -07:00
[project]
title = DefOS
version = 1.0
dependencies = latest zip URL as a dependency in your Defold project: https://github.com/andsve/dirtylarry/archive/master.zip
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
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