Files
lime/examples/SimpleAudioExample/project.lime.xml
underscorediscovery cb14b151ef Wrapper - Audio; Cleaning up audio implementation, adding threading, and position/etc as well as accessors etc.
Wrapper - Examples; Adding a simple audio usage example. Audio is WIP in general.
2013-12-10 00:39:21 -03:30

30 lines
676 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<meta
title="lime example - Simple Audio Example"
package="com.limeframework.audioexample"
version="1.0.0"
company="limeframework"
/>
<app main="Main" path="bin" file="lime_example_audio" />
<window
width="960"
height="640"
orientation="landscape"
background="0x161616"
depth-buffer="true"
fps="60"
vsync="true"
resizable="true"
/>
<assets path="Assets" rename="assets" include="*"/>
<source path="src" />
<haxelib name="lime" />
</project>