-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgame.project
More file actions
44 lines (33 loc) · 691 Bytes
/
game.project
File metadata and controls
44 lines (33 loc) · 691 Bytes
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
[bootstrap]
main_collection = /src/Main.collectionc
render = /src/Render.renderc
[script]
shared_state = 1
[android]
input_method = HiddenInputField
[html5]
scale_mode = stretch
show_fullscreen_button = 0
show_made_with_defold = 0
show_console_banner = 0
transparent_graphics_context = 1
heap_size = 512
[project]
title = BRDF Deferred Rendering
dependencies =
developer = martianov https://t.me/martianov
[native_extension]
app_manifest = /app.appmanifest
[liveupdate]
mount_on_start = 1
[graphics]
texture_profiles = /app.texture_profiles
verify_graphics_calls = 0
opengl_core_profile_hint = 1
[profiler]
enabled = 0
[display]
width = 1920
height = 1080
[mesh]
max_count = 256