mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
d243957ab1
commit
eb0f0e6ced
@ -39,9 +39,7 @@ const (
|
||||
screenWidth = 320
|
||||
screenHeight = 240
|
||||
|
||||
// This sample rate doesn't match with wav/vorbis's sample rate,
|
||||
// but decoders adjust them.
|
||||
sampleRate = 48000
|
||||
sampleRate = 22050
|
||||
)
|
||||
|
||||
var (
|
||||
|
@ -31,7 +31,7 @@ import (
|
||||
const (
|
||||
screenWidth = 320
|
||||
screenHeight = 240
|
||||
sampleRate = 44100
|
||||
sampleRate = 22050
|
||||
|
||||
introLengthInSecond = 5
|
||||
loopLengthInSecond = 4
|
||||
|
Loading…
Reference in New Issue
Block a user