24 lines
430 B
Plaintext
24 lines
430 B
Plaintext
[project]
|
|
title = QRCode
|
|
version = 0.1
|
|
dependencies = https://github.com/defold/extension-camera/archive/master.zip,https://github.com/andsve/dirtylarry/archive/master.zip
|
|
custom_resources = main/images/defold.png
|
|
include_dirs = qrcode
|
|
|
|
[bootstrap]
|
|
main_collection = /main/main.collectionc
|
|
|
|
[input]
|
|
game_binding = /input/game.input_bindingc
|
|
|
|
[display]
|
|
width = 960
|
|
height = 1280
|
|
|
|
[physics]
|
|
scale = 0.02
|
|
|
|
[script]
|
|
shared_state = 1
|
|
|