New hero sprite, timer and score added, death added, reset added.

This commit is contained in:
2024-11-06 07:42:21 -05:00
parent 4b53b19e74
commit 89349f466f
9 changed files with 319 additions and 42 deletions

7
go.mod
View File

@@ -4,7 +4,11 @@ go 1.22.0
toolchain go1.22.8
require github.com/hajimehoshi/ebiten/v2 v2.8.2
require (
github.com/hajimehoshi/ebiten v1.12.12
github.com/hajimehoshi/ebiten/v2 v2.8.2
golang.org/x/image v0.20.0
)
require (
github.com/ebitengine/gomobile v0.0.0-20240911145611-4856209ac325 // indirect
@@ -13,4 +17,5 @@ require (
github.com/jezek/xgb v1.1.1 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
)