finished dialogue system

This commit is contained in:
2025-11-28 20:05:19 +01:00
parent dada9e4f2f
commit 4a9eefa416
6 changed files with 32 additions and 21 deletions

View File

@@ -37,7 +37,7 @@ public class GamePanel extends JPanel implements Runnable {
// SYSTEM
public TileManager tileM = new TileManager(this);
KeyHandler keyH = new KeyHandler(this);
public KeyHandler keyH = new KeyHandler(this);
Sound se = new Sound();
Sound music = new Sound();
public CollisionHandler collisionH = new CollisionHandler(this);