place blocks
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package game
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"edgaru089.ml/go/gl01/internal/entity"
|
||||
"edgaru089.ml/go/gl01/internal/render"
|
||||
"edgaru089.ml/go/gl01/internal/util/itype"
|
||||
@@ -28,6 +30,8 @@ type Game struct {
|
||||
fullscreen bool
|
||||
lastPos, lastSize itype.Vec2i // Window size before entering fullscreen
|
||||
|
||||
runtime time.Duration
|
||||
|
||||
io imgui.IO
|
||||
gui guiState
|
||||
paused bool
|
||||
|
||||
Reference in New Issue
Block a user