-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.xml
More file actions
26 lines (21 loc) · 1.07 KB
/
Copy pathProject.xml
File metadata and controls
26 lines (21 loc) · 1.07 KB
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
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="NectoProject" package="ch.nectoria" version="1.0.0" company="ScanixGames" />
<app file="NectoProject" main="ch.nectoria.Main" path="bin" />
<icon path="HaxePunk-icon.svg"/>
<window fps="60" background="0x000000" />
<window width="1280" height="720" resizable="false" unless="mobile" />
<window width="0" height="0" fullscreen="true" if="mobile"/>
<window orientation="landscape" vsync="true" antialiasing="0" if="cpp" />
<source path="src" />
<haxelib name="HaxePunk" />
<haxelib name="HaxePunkTmx" />
<!--<haxelib name="format" if="html5" />-->
<haxedef name="hxp_debug" unless="release" />
<template path="templates/index.html" rename="index.html" />
<assets path="assets/graphics" rename="graphics" include="*.png|*.jpg" />
<assets path="assets/audio" rename="audio" include="*.mp3" if="flash" />
<assets path="assets/audio" rename="audio" include="*.wav|*.ogg" unless="flash" />
<assets path="assets/font" rename="font" include="*.ttf" />
<assets path="assets/maps" rename="maps" include="*.tmx" />
</project>