mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 10:22:41 +01:00
add TinyCloud
This commit is contained in:
@@ -17,6 +17,17 @@ type WidgetInterface interface {
|
||||
NewCoord(x,y int)
|
||||
}
|
||||
|
||||
type Coord struct {
|
||||
X int
|
||||
Y int
|
||||
}
|
||||
|
||||
type Plane struct {
|
||||
W int
|
||||
H int
|
||||
|
||||
}
|
||||
|
||||
type Widget struct {
|
||||
PosX int
|
||||
PosY int
|
||||
|
||||
Reference in New Issue
Block a user