mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Between commit
This commit is contained in:
@@ -19,9 +19,6 @@ public class Main {
|
||||
var b = new NetworkingClientManager();
|
||||
var c = new SoundManager(a);
|
||||
|
||||
// IO.println(a.getAssets());
|
||||
IO.println(c.getClips());
|
||||
|
||||
new EventFlow().addPostEvent(new AudioEvents.PlayAudio("mainmenu.wav", true)).asyncPostEvent();
|
||||
new EventFlow().addPostEvent(new AudioEvents.PlayAudio("sadtrombone.wav", true)).asyncPostEvent();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user