diff --git a/game.go b/game.go index 0704c64..36b6610 100644 --- a/game.go +++ b/game.go @@ -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 { diff --git a/go.mod b/go.mod index d93f07f..246e0d8 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,6 @@ require ( ) require ( - github.com/alecthomas/repr v0.4.0 // indirect github.com/ebitengine/gomobile v0.0.0-20240518074828-e86332849895 // indirect github.com/ebitengine/hideconsole v1.0.0 // indirect github.com/ebitengine/purego v0.7.0 // indirect diff --git a/go.sum b/go.sum index 0fa22ed..3b0eded 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,3 @@ -github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc= -github.com/alecthomas/repr v0.4.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4= github.com/ebitengine/gomobile v0.0.0-20240518074828-e86332849895 h1:48bCqKTuD7Z0UovDfvpCn7wZ0GUZ+yosIteNDthn3FU= github.com/ebitengine/gomobile v0.0.0-20240518074828-e86332849895/go.mod h1:XZdLv05c5hOZm3fM2NlJ92FyEZjnslcMcNRrhxs8+8M= github.com/ebitengine/hideconsole v1.0.0 h1:5J4U0kXF+pv/DhiXt5/lTz0eO5ogJ1iXb8Yj1yReDqE=