()
| 27 | func (*testAudioScene) Type() string { return "TestAudioScene" } |
| 28 | |
| 29 | func (*testAudioScene) Preload() { |
| 30 | if err := engo.Files.Load("1.ogg", "sfx_coin_double2.wav", "TripleShot.mp3"); err != nil { |
| 31 | panic(err) |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | func (t *testAudioScene) Setup(u engo.Updater) { |
| 36 | var err error |