* Adds Music Management
* Code Refactoring * Adds Fonts
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import "./level_map" for LevelMap
|
||||
import "audio" for AudioEngine
|
||||
class Level1 {
|
||||
construct new() {
|
||||
construct new(gameState) {
|
||||
_level1 = LevelMap.new("level1")
|
||||
var channel = AudioEngine.play("level1_bg")
|
||||
channel.volume = 0.2
|
||||
}
|
||||
|
||||
|
||||
update() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user