blooblib/runsupport.go

16 lines
191 B
Go
Raw Normal View History

2024-03-24 01:14:26 +01:00
package bloob
type Settings struct {
WindowSize Vec2i
Scale int
TargetFps int
Title string
}
type Bloob struct {
MousePos Vec2i
Cursor *Image
}
var DefaultCursor *Image