-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
57 lines (49 loc) · 805 Bytes
/
config.yaml
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
haxe: 3
default:
title: dust
description: a haxe entity-system
package: alecmce.dust
version: 0.0.1
company: alecmce
main: DustExamples
output: dust
bin: bin
preloader: nil
src: src
fps: 60
width: 1024
height: 768
background: 000000
libs: openfl minject
assets: assets
orientation: landscape
resizable: false
ndll:
icon: assets/icon.svg
debug: true
flash:
swf_version: 11.4
js:
libs: openfl-html5
cpp:
libs: hxcpp
64bit: true
testing:
bin: 'bin/test/bin'
report: 'bin/test/report'
src: test
browser: firefox
resources: assets
templates: nil
coverage: nil
libs: openfl-validation
coverage_ignored: nil
disable_inline: true
debug: false
webos:
width: 200
fullscreen: true
ios:
fullscreen: true
android:
fullscreen: true