-
Notifications
You must be signed in to change notification settings - Fork 1
/
game.project
38 lines (29 loc) · 1023 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
[project]
title = Unfold
custom_resources = /ddf/proto,/proto,/defold_versions.json
dependencies#0 = https://github.com/Melsoft-Games/defold-protobuf/archive/master.zip
dependencies#1 = https://github.com/JustAPotota/def-diags-dbus/archive/refs/heads/master.zip
dependencies#2 = https://github.com/britzl/defold-lfs/archive/refs/tags/1.1.0.zip
dependencies#3 = https://github.com/JustAPotota/defold-lz4/archive/v1.1.zip
dependencies#4 = https://github.com/JustAPotota/ddf/archive/main.zip
dependencies#5 = https://github.com/Insality/druid/archive/refs/tags/0.11.0.zip
dependencies#6 = https://github.com/d954mas/defold-utf8/archive/master.zip
[bootstrap]
main_collection = /main/main.collectionc
[input]
game_binding = /input/game.input_bindingc
use_accelerometer = 0
[display]
width = 600
height = 400
[script]
shared_state = 1
[windows]
app_icon = /assets/app_icons/appicon.ico
[osx]
app_icon = /assets/app_icons/appicon.icns
[android]
input_method = HiddenInputField
[physics]
gravity_y = -1000.0
scale = 0.01