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 {

1
go.mod
View File

@@ -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

2
go.sum
View File

@@ -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=