move menu and playground to konstructor
This commit is contained in:
12
konstructor/playground.go
Executable file
12
konstructor/playground.go
Executable file
@@ -0,0 +1,12 @@
|
||||
package konstructor
|
||||
|
||||
type PlaygroundObject struct {
|
||||
Image string
|
||||
PosX int
|
||||
PosY int
|
||||
}
|
||||
|
||||
type Playground struct {
|
||||
Background string
|
||||
Objects []PlaygroundObject
|
||||
}
|
||||
Reference in New Issue
Block a user