-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgame.project
47 lines (37 loc) · 925 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
[project]
title = Defold Sample Game
version = 1.0.0
publisher = KaiOS
developer = Peter Wu
bundle_resources = /kaios-assets
dependencies#0 = https://github.com/defold/extension-kaiads/archive/refs/tags/1.1.2.zip
[bootstrap]
main_collection = /main/controller/controller.collectionc
render = /builtins/render/default.renderc
[input]
game_binding = /input/game.input_bindingc
[display]
width = 240
height = 320
fullscreen = 0
high_dpi = 0
dynamic_orientation = 0
[script]
shared_state = 1
[graphics]
default_texture_min_filter = nearest
default_texture_mag_filter = nearest
texture_profiles = /main/roids.texture_profiles
[html5]
show_fullscreen_button = 0
show_made_with_defold = 0
scale_mode = fit
htmlfile = /builtins/manifests/web/engine_template.html
cssfile = /builtins/manifests/web/light_theme.css
heap_size = 32
[render]
clear_color_blue = 0.0
[tilemap]
max_tile_count = 1024
[library]
include_dirs = kaios