made item buyable

This commit is contained in:
2025-12-12 16:33:05 +01:00
parent 484abf4f9b
commit eb2c435671
15 changed files with 352 additions and 86 deletions

View File

@@ -2,12 +2,16 @@ package de.miaurizius.jgame2d.core.enums;
public enum GameState {
// SCENES
PLAY,
PAUSE,
DIALOGUE,
TITLE,
CHARACTER,
// IN-GAME
CHARACTER, //inventory
DIALOGUE,
GAMEOVER,
TRANSITION,
TRADE,
}