Menu with broken exit and settings

This commit is contained in:
2025-01-18 23:23:03 +01:00
parent d86cbe15a3
commit b96c7ada7a
6 changed files with 59 additions and 19 deletions

View File

@ -27,8 +27,9 @@ type Player struct {
CurrentTick int64
LastUpdateTime time.Time
InterpolationProgress float32
UserData interface{} // Used to store reference to game
UserData interface{}
FloatingMessage *FloatingMessage
QuitDone chan struct{}
}
type ModelAsset struct {