remove log window & hide demo by default

This commit is contained in:
2025-12-19 13:30:27 +08:00
parent 56f2f02afe
commit b20abbe803
2 changed files with 10 additions and 29 deletions

View File

@@ -46,6 +46,7 @@ func (g *Game) Init(win *glfw.Window) {
win.SetCursorPos(float64(width)/2, float64(height)/2)
io.ShowDebugInfo = true
g.paused = true
//win.SetInputMode(glfw.CursorMode, glfw.CursorDisabled)
win.SetCursorPosCallback(func(w *glfw.Window, xpos, ypos float64) {