diff --git a/skulls.go b/skulls.go index e24b3d5..4a20ccd 100644 --- a/skulls.go +++ b/skulls.go @@ -618,7 +618,7 @@ func readAudio(context *audio.Context, asset []byte) (*audio.Player, error) { return player, nil } -// Play is the entry point to the game. +// Load is the entry point to the game. func Load() (*Game, error) { audioContext := audio.NewContext(44100)