Fixing silly build error
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
*/.DS_Store
|
*/.DS_Store
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.DS_Store?
|
.DS_Store?
|
||||||
|
bin/
|
||||||
BIN
examples/SimpleOpenGL/Assets/music_credit.ogg
Executable file
BIN
examples/SimpleOpenGL/Assets/music_credit.ogg
Executable file
Binary file not shown.
BIN
examples/SimpleOpenGL/Assets/shoot.wav
Executable file
BIN
examples/SimpleOpenGL/Assets/shoot.wav
Executable file
Binary file not shown.
@@ -28,6 +28,5 @@
|
|||||||
<source path="src" />
|
<source path="src" />
|
||||||
|
|
||||||
<haxelib name="lime" />
|
<haxelib name="lime" />
|
||||||
<haxelib name="actuate" />
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
@@ -45,10 +45,6 @@ class Main {
|
|||||||
lib.audio.sounds.get('sound1').play();
|
lib.audio.sounds.get('sound1').play();
|
||||||
lib.audio.sounds.get('sound2').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)
|
//Called each frame by lime for logic (called before render)
|
||||||
|
|||||||
Reference in New Issue
Block a user