This commit is contained in:
2024-05-24 14:05:14 +02:00
parent b6b14b30cc
commit b562139787
3 changed files with 0 additions and 5 deletions

View File

@@ -306,8 +306,6 @@ func (game *Game) Draw(screen *ebiten.Image) {
game.Camera.Render(game.World, screen)
//worldX, worldY := game.Camera.ScreenToWorld(ebiten.CursorPosition())
if game.Debug {
paused := ""
if game.Paused {