31 lines
642 B
XML
31 lines
642 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
|
|
<meta
|
|
title="lime example - HerokuShaders"
|
|
package="com.underscorediscovery.limeexampleherokushaders"
|
|
version="1.0.0"
|
|
company="underscorediscovery"
|
|
/>
|
|
|
|
<app
|
|
main="Main"
|
|
path="bin"
|
|
file="lime_example_herokushaders"
|
|
/>
|
|
|
|
<window
|
|
width="960"
|
|
height="640"
|
|
orientation="landscape"
|
|
fps="60"
|
|
resizable="true"
|
|
/>
|
|
|
|
<assets path="Assets" rename="assets" include="*"/>
|
|
|
|
<source path="src" />
|
|
|
|
<haxelib name="lime" />
|
|
|
|
</project> |