Got a bunch of stuff going on here
the main is thing is that I hammered one a way of showing data from an ibt
This commit is contained in:
@@ -2,9 +2,14 @@
|
||||
package models
|
||||
|
||||
type Window struct {
|
||||
X uint16
|
||||
Y uint16
|
||||
Width uint16
|
||||
Height uint16
|
||||
Title string
|
||||
X uint16
|
||||
Y uint16
|
||||
Width uint16
|
||||
Height uint16
|
||||
TitleSize uint8
|
||||
TextSize uint8
|
||||
Title string
|
||||
Type uint8
|
||||
ShowID uint8
|
||||
PreviewValue string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user