mirror of
https://github.com/britzl/monarch.git
synced 2025-06-26 18:07:46 +02:00
34 lines
622 B
Plaintext
34 lines
622 B
Plaintext
[project]
|
|
title = Monarch
|
|
version = 0.9
|
|
dependencies#0 = https://github.com/britzl/deftest/archive/2.7.0.zip
|
|
dependencies#1 = https://github.com/defold/lua-language-server/releases/download/v0.0.3/release.zip
|
|
|
|
[bootstrap]
|
|
main_collection = /example/advanced/advanced.collectionc
|
|
|
|
[input]
|
|
game_binding = /input/game.input_bindingc
|
|
|
|
[display]
|
|
width = 640
|
|
height = 1136
|
|
dynamic_orientation = 1
|
|
display_profiles = /example/example.display_profilesc
|
|
|
|
[script]
|
|
shared_state = 1
|
|
|
|
[ios]
|
|
bundle_identifier = com.example.todo
|
|
|
|
[osx]
|
|
bundle_identifier = com.example.todo
|
|
|
|
[library]
|
|
include_dirs = monarch
|
|
|
|
[physics]
|
|
world_count = 5
|
|
|