-
Notifications
You must be signed in to change notification settings - Fork 7
/
game.project
62 lines (52 loc) · 1.31 KB
/
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
[project]
title = GameAnalytics
version = 0.1
write_log = 0
dependencies = https://github.com/GameAnalytics/defold-openssl/archive/master.zip
[bootstrap]
main_collection = /main/gameanalytics.collectionc
[input]
game_binding = /input/game.input_bindingc
[display]
width = 720
height = 1280
[physics]
scale = 0.02
[script]
shared_state = 1
[ios]
bundle_identifier = com.gameanalytics.defold
[android]
package = com.gameanalytics.defold
[osx]
bundle_identifier = com.gameanalytics.defold
[gameanalytics]
game_key_ios = IOS_GAME_KEY
secret_key_ios = IOS_SECRET_KEY
build_ios = 0.1
game_key_android = ANDROID_GAME_KEY
secret_key_android = ANDROID_SECRET_KEY
build_android = 0.1
game_key_html5 = HTML5_GAME_KEY
secret_key_html5 = HTML5_SECRET_KEY
build_html5 = 0.1
game_key_osx = OSX_GAME_KEY
secret_key_osx = OSX_SECRET_KEY
build_osx = 0.1
game_key_windows = WINDOWS_GAME_KEY
secret_key_windows = WINDOWS_SECRET_KEY
build_windows = 0.1
game_key_linux = LINUX_GAME_KEY
secret_key_linux = LINUX_SECRET_KEY
build_linux = 0.1
custom_dimensions_01 = ninja,samurai
custom_dimensions_02 = whale,dolphin
custom_dimensions_03 = horde,alliance
resource_currencies = gold,gems
resource_item_types = boost,lives
enable_info_log = 1
enable_verbose_log = 1
use_custom_id = 0
use_manual_session_handling = 0
[library]
include_dirs = gameanalytics