Menu and save system

This commit is contained in:
2025-11-19 13:13:22 -07:00
parent a7e6f4e0bf
commit cd6c1a78b0
9 changed files with 1231 additions and 286 deletions

5
go.mod
View File

@@ -1,8 +1,6 @@
module github.com/atridad/BigFeelings
go 1.24.0
toolchain go1.24.3
go 1.25.4
require (
github.com/hajimehoshi/ebiten/v2 v2.9.4
@@ -10,6 +8,7 @@ require (
)
require (
github.com/BurntSushi/toml v1.5.0
github.com/ebitengine/gomobile v0.0.0-20250923094054-ea854a63cce1 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.9.0 // indirect