-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathgame.project
More file actions
48 lines (37 loc) · 799 Bytes
/
game.project
File metadata and controls
48 lines (37 loc) · 799 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
44
45
46
47
[bootstrap]
main_collection = /main/loader.collectionc
render = /defold-rive/lua/rive.renderc
[script]
shared_state = 1
[display]
width = 960
height = 540
high_dpi = 1
samples = 0
display_device_info = 1
[android]
input_method = HiddenInputField
package = com.defold.extensionrive
[project]
title = extension-rive
bundle_exclude_resources = utils
dependencies#0 = https://github.com/andsve/dirtylarry/archive/master.zip
[library]
include_dirs = defold-rive
defold_min_version = 1.12.3
[graphics]
max_draw_calls = 1024
max_debug_vertices = 50000
opengl_version_hint = 0
vulkan_version_minor = 3
[collection_proxy]
max_count = 32
[shader]
output_spirv = 1
[render]
clear_color_red = 0.25
clear_color_green = 0.25
clear_color_blue = 0.25
clear_color_alpha = 1.0
[rive]
render_to_texture = 1