Reimplementing a whole lot of things here

This commit is contained in:
2026-03-02 22:40:06 +00:00
parent fe5505435b
commit e0f21f5d2f
12 changed files with 380 additions and 251 deletions
+4
View File
@@ -8,6 +8,10 @@ const (
ShowIDTrue uint8 = 1
)
const (
WinTypeString uint8 = 0
)
type UIDimensions struct {
X0 uint16 `yaml:"X0"`
Y0 uint16 `yaml:"Y0"`