-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathgame.project
54 lines (40 loc) · 958 Bytes
/
game.project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[project]
title = Defold-Input
version = 0.1
dependencies#0 = https://github.com/britzl/deftest/archive/2.6.0.zip
dependencies#1 = https://github.com/britzl/defold-orthographic/archive/2.10.0.zip
[bootstrap]
main_collection = /examples/examples.collectionc
render = /orthographic/render/orthographic.renderc
[display]
width = 640
height = 1136
dynamic_orientation = 1
[physics]
scale = 0.02
debug = 0
gravity_y = 0
max_collision_object_count = 512
[script]
shared_state = 1
[library]
include_dirs = in
[graphics]
max_debug_vertices = 50000
[collection_proxy]
max_count = 16
[sprite]
max_count = 2000
[android]
package = com.britzl.defold.input
input_method = HiddenInputField
[osx]
bundle_identifier = com.britzl.defold.input
[ios]
bundle_identifier = com.britzl.defold.input
[html5]
show_fullscreen_button = 0
show_made_with_defold = 0
cssfile = /builtins/manifests/web/dark_theme.css
[input]
game_binding = /builtins/input/all.input_bindingc