-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgame.project
More file actions
66 lines (49 loc) · 1.09 KB
/
game.project
File metadata and controls
66 lines (49 loc) · 1.09 KB
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
65
[bootstrap]
main_collection = /loader/loader.collectionc
render = /render/default.renderc
[script]
shared_state = 1
[display]
width = 960
height = 640
high_dpi = 1
vsync = 0
update_frequency = 60
[android]
input_method = HiddenInputField
package = com.defold.example.basic3d
[project]
title = SuperWEIRDGameKit
publisher = luden.io
developer = luden.io
dependencies#0 = https://github.com/defold/extension-spine/archive/refs/tags/4.1.4.zip
dependencies#1 = https://github.com/britzl/defold-metrics/archive/master.zip
dependencies#2 = https://github.com/Insality/druid/archive/refs/tags/0.11.0.zip
[physics]
type = 3D
[osx]
bundle_identifier = com.defold.example.basic3d
[ios]
bundle_identifier = com.defold.example.basic3d
[html5]
scale_mode = stretch
show_fullscreen_button = 0
show_made_with_defold = 0
show_console_banner = 0
[collection]
max_input_stack_entries = 256
max_instances = 2048
[spine]
max_instances = 256
[tilemap]
max_tile_count = 20480
[model]
max_count = 256
[sound]
max_component_count = 128
[engine]
fixed_update_frequency = 20
[sprite]
max_count = 1024
[label]
max_count = 1000