-
Notifications
You must be signed in to change notification settings - Fork 0
/
game.project
44 lines (32 loc) · 994 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
[project]
title = Lowrez Adventure
version = 1.0
dependencies = https://github.com/britzl/lowrezjam-template/archive/master.zip,https://github.com/britzl/defold-orthographic/archive/2.3.1.zip,https://github.com/britzl/defold-input/archive/1.3.0.zip,https://github.com/britzl/ludobits/archive/6.1.0.zip,https://github.com/britzl/platypus/archive/2.1.0.zip,https://github.com/britzl/stately/archive/master.zip,https://github.com/britzl/monarch/archive/2.14.0.zip
custom_resources =
[bootstrap]
main_collection = /controller/controller.collectionc
render = /assets/render/adventure.renderc
[input]
game_binding = /in/bindings/all.input_bindingc
repeat_delay = 0.0
repeat_interval = 0.0
[display]
width = 256
height = 256
[physics]
debug = 0
[script]
shared_state = 1
[graphics]
default_texture_min_filter = nearest
default_texture_mag_filter = nearest
[tracking]
app_id =
[sprite]
subpixels = 0
[label]
subpixels = 0
[library]
include_dirs = lowrezjam
[html5]
htmlfile = /index.html