-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.xml
More file actions
27 lines (19 loc) · 989 Bytes
/
project.xml
File metadata and controls
27 lines (19 loc) · 989 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
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="Away3dTerrainExample" package="com.sample.project" version="1.0.0" company="Company Name" />
<app main="Main" path="Export" file="Away3dTerrainExample" />
<source path="Source" />
<haxelib name="format" if="html5" />
<haxelib name="away3d" />
<haxelib name="openfl" />
<haxedef name="source-map-content" if="html5" />
<haxeflag name="-swf-version" value="11.3" />
<assets path="Assets" rename="assets" />
<assets path="Assets/skybox/space" rename="assets/skybox/space" />
<assets path="Assets/water/water_normals.jpg" rename="assets/water/water_normals.jpg" />
<icon path="Assets/openfl.svg" />
<window width="1280" height="720" if="desktop"/>
<window width="0" height="0" if="html5" />
<window orientation="landscape" vsync="true" if="cpp"/>
<window fps="60" hardware="true" allow-shaders="true" require-shaders="true" depth-buffer="true" stencil-buffer="true" background="#000000" />
</project>