-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgame.project
38 lines (29 loc) · 813 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
[library]
include_dirs = trenchfold
[project]
title = TrenchFold
version = 1.8.0
dependencies#0 = https://github.com/indiesoftby/defold-pointer-lock/archive/refs/tags/2.0.0.zip
dependencies#1 = https://github.com/astrochili/defold-operator/archive/refs/tags/1.5.2.zip
dependencies#2 = https://github.com/astrochili/defold-kinematic-walker/archive/refs/tags/1.3.2.zip
[bootstrap]
main_collection = /example/main.collectionc
render = /render/example.renderc
[input]
game_binding = /builtins/input/all.input_bindingc
[physics]
type = 3D
max_collision_object_count = 512
use_fixed_timestep = 1
max_fixed_timesteps = 1
[html5]
scale_mode = stretch
show_made_with_defold = 0
show_fullscreen_button = 0
[display]
high_dpi = 1
update_frequency = 60
[engine]
fixed_update_frequency = 60
[script]
shared_state = 1