-
Notifications
You must be signed in to change notification settings - Fork 28
/
game.project
65 lines (47 loc) · 973 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
54
55
56
57
58
59
60
61
62
63
64
[project]
title = Defold-examples
version = 0.1
custom_resources = examples/resource/modify_atlas/resources
dependencies#0 = https://github.com/defold/extension-spine/archive/refs/tags/3.6.2.zip
[bootstrap]
main_collection = /examples/main.collectionc
[input]
game_binding = /input/game.input_bindingc
repeat_interval = 0.05
[display]
width = 720
height = 720
high_dpi = 1
[physics]
scale = 0.02
gravity_y = -500.0
[script]
shared_state = 1
[collection_proxy]
max_count = 256
[examples]
_start = basics/follow
[label]
subpixels = 1
[sprite]
subpixels = 1
max_count = 32765
[windows]
iap_provider =
[android]
package = com.defold.examples
[ios]
bundle_identifier = com.defold.examples
[osx]
bundle_identifier = com.defold.examples
[html5]
show_fullscreen_button = 0
show_made_with_defold = 0
scale_mode = no_scale
heap_size = 64
[graphics]
texture_profiles = /all.texture_profiles
[collection]
max_instances = 32765
[particle_fx]
max_emitter_count = 1024