entity layer
This commit is contained in:
13
konstructor/konstructor.screen.playground.go
Normal file
13
konstructor/konstructor.screen.playground.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package konstructor
|
||||
|
||||
import (
|
||||
"github.com/hajimehoshi/ebiten"
|
||||
)
|
||||
|
||||
func (e *Engine) PlaygroundDraw(screen *ebiten.Image) {
|
||||
e.Domain.GetLevel(e.KContext.CurrentLevel)
|
||||
}
|
||||
|
||||
func (e *Engine) PlaygroundUpdate() {
|
||||
e.Domain.GetLevel(e.KContext.CurrentLevel)
|
||||
}
|
||||
Reference in New Issue
Block a user