forked from Insality/druid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
game.project
60 lines (49 loc) · 1.23 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
[bootstrap]
main_collection = /example/example.collectionc
[script]
shared_state = 1
[display]
width = 600
height = 900
display_profiles = /example/custom.display_profilesc
dynamic_orientation = 1
[project]
title = druid
version = 0.9.0
publisher = Insality
developer = Insality
dependencies#0 = https://github.com/insalitygames/deftest/archive/master.zip
dependencies#1 = https://github.com/britzl/monarch/archive/refs/tags/3.3.0.zip
[library]
include_dirs = druid
[input]
gamepads = /builtins/input/default.gamepadsc
use_accelerometer = 0
[druid]
no_auto_input = 0
stencil_check = 0
no_auto_template = 0
input_text = text
input_touch = touch
input_marked_text = marked_text
input_key_esc = key_esc
input_key_back = key_back
input_key_enter = key_enter
input_key_backspace = key_backspace
input_multitouch = multitouch
input_scroll_up = scroll_up
input_scroll_down = scroll_down
[html5]
engine_arguments = --verify-graphics-calls=false
heap_size = 64
splash_image = /media/druid_logo.png
scale_mode = fit
show_fullscreen_button = 0
show_made_with_defold = 0
[native_extension]
app_manifest = /example/game.appmanifest
[graphics]
texture_profiles = /example/custom.texture_profiles
[android]
package = com.insality.druid
input_method = HiddenInputField