This commit is contained in:
Mathias Westerdahl
2017-02-22 23:38:02 +01:00
parent 3441da3ec4
commit acbce5247f
8 changed files with 728 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
[project]
title = My project
title = Camera
version = 0.1
[bootstrap]
@@ -9,8 +9,8 @@ main_collection = /main/main.collectionc
game_binding = /input/game.input_bindingc
[display]
width = 1280
height = 720
width = 600
height = 800
[physics]
scale = 0.02
@@ -18,3 +18,12 @@ scale = 0.02
[script]
shared_state = 1
[ios]
bundle_identifier = com.defold.camera
[android]
package = com.defold.camera
[osx]
bundle_identifier = com.defold.camera