mirror of
https://github.com/defold/extension-camera
synced 2025-06-27 18:37:43 +02:00
34 lines
418 B
Plaintext
34 lines
418 B
Plaintext
[project]
|
|
title = Camera
|
|
version = 0.1
|
|
|
|
[bootstrap]
|
|
main_collection = /main/main.collectionc
|
|
|
|
[input]
|
|
game_binding = /input/game.input_bindingc
|
|
|
|
[display]
|
|
width = 600
|
|
height = 800
|
|
|
|
[physics]
|
|
scale = 0.02
|
|
|
|
[script]
|
|
shared_state = 1
|
|
|
|
[ios]
|
|
bundle_identifier = com.defold.camera
|
|
|
|
[android]
|
|
package = com.defold.camera
|
|
|
|
[osx]
|
|
bundle_identifier = com.defold.camera
|
|
infoplist = /Info.plist
|
|
|
|
[library]
|
|
include_dirs = camera
|
|
|