mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-11-01 20:22:37 +08:00
@@ -261,7 +261,7 @@ func main() {
|
||||
},
|
||||
camera: Camera{ViewPort: f64.Vec2{screenWidth, screenHeight}},
|
||||
}
|
||||
g.world, _ = ebiten.NewImage(worldWidth, worldHeight)
|
||||
g.world = ebiten.NewImage(worldWidth, worldHeight)
|
||||
|
||||
ebiten.SetWindowSize(screenWidth*2, screenHeight*2)
|
||||
ebiten.SetWindowTitle("Tiles (Ebiten Demo)")
|
||||
|
||||
Reference in New Issue
Block a user