mirror of
https://github.com/britzl/monarch.git
synced 2025-06-27 10:27:49 +02:00
27 lines
335 B
Plaintext
27 lines
335 B
Plaintext
[project]
|
|
title = Monarch
|
|
version = 0.9
|
|
|
|
[bootstrap]
|
|
main_collection = /example/main.collectionc
|
|
|
|
[input]
|
|
game_binding = /input/game.input_bindingc
|
|
|
|
[display]
|
|
width = 640
|
|
height = 1136
|
|
|
|
[script]
|
|
shared_state = 1
|
|
|
|
[ios]
|
|
bundle_identifier = com.example.todo
|
|
|
|
[osx]
|
|
bundle_identifier = com.example.todo
|
|
|
|
[library]
|
|
include_dirs = monarch
|
|
|