forked from indiesoftby/defold-yagames
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame.project
executable file
·47 lines (37 loc) · 980 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
[bootstrap]
main_collection = /example/main.collectionc
[script]
shared_state = 1
[display]
width = 1250
height = 1500
high_dpi = 1
vsync = 0
[project]
title = yagames
version = 0.7.0
developer = Indiesoft LLC
bundle_resources = example/bundle/
dependencies#0 = https://github.com/subsoap/defos/archive/v2.5.0.zip
dependencies#1 = https://github.com/Insality/druid/archive/0.6.0.zip
dependencies#2 = https://github.com/britzl/ludobits/archive/7.1.0.zip
[library]
include_dirs = yagames
[render]
clear_color_alpha = 1.0
clear_color_red = 0.93
clear_color_green = 0.93
clear_color_blue = 0.93
[html5]
show_fullscreen_button = 0
show_made_with_defold = 0
scale_mode = stretch
[graphics]
max_characters = 30000
[input]
game_binding = /example/input/game.input_bindingc
[yagames]
sdk_init_options = { orientation: { value: "portrait", lock: true } }
sdk_init_snippet = console.log("Yandex Games SDK is ready!");
service_worker_url = sw.js
manifest_url = yandex-manifest.json