entity layer
This commit is contained in:
14
konstructor/entity/entity.controller.go
Normal file
14
konstructor/entity/entity.controller.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package entity
|
||||
|
||||
import "github.com/hajimehoshi/ebiten"
|
||||
|
||||
type KeyMap struct {
|
||||
Up ebiten.Key
|
||||
Down ebiten.Key
|
||||
Right ebiten.Key
|
||||
Left ebiten.Key
|
||||
Action0 ebiten.Key
|
||||
Action1 ebiten.Key
|
||||
Action2 ebiten.Key
|
||||
Action3 ebiten.Key
|
||||
}
|
||||
Reference in New Issue
Block a user