controller keymap fix, inventory skeleton

This commit is contained in:
2023-07-05 10:33:50 +02:00
parent 2c556a3dac
commit 25b03cfd2f
10 changed files with 93 additions and 44 deletions

View File

@@ -33,7 +33,7 @@ func main() {
Width: 640,
Height: 480,
},
KeyMap: &entity.KeyMap{
KeyMap: entity.KeyMap{
Up: ebiten.KeyUp,
Down: ebiten.KeyDown,
Right: ebiten.KeyRight,