package hud import "github.com/hajimehoshi/ebiten/v2" func GetTime() float32 { return float32(ebiten.Tick()) / float32(ebiten.TPS()) }