mirror of
https://github.com/defold/extension-camera
synced 2025-09-27 08:52:19 +02:00
Cleanup
This commit is contained in:
15
game.project
15
game.project
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user