Fixing silly build error

This commit is contained in:
underscorediscovery
2013-07-18 02:11:44 -02:30
parent ff2ab5609c
commit 11c38e4fdc
5 changed files with 3 additions and 7 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -28,6 +28,5 @@
<source path="src" />
<haxelib name="lime" />
<haxelib name="actuate" />
</project>

View File

@@ -44,11 +44,7 @@ class Main {
lib.audio.sounds.get('sound1').volume = 1;
lib.audio.sounds.get('sound1').play();
lib.audio.sounds.get('sound2').play();
// Actuate.timer (0.5).repeat ().onRepeat(function(){
// lib.audio.sounds.get('sound2').play();
// });
}
//Called each frame by lime for logic (called before render)