added player inventory
This commit is contained in:
@@ -40,7 +40,7 @@ public class GamePanel extends JPanel implements Runnable {
|
||||
public AssetSetter assetSetter = new AssetSetter(this);
|
||||
public UI ui = new UI(this);
|
||||
public EventHandler eventH = new EventHandler(this);
|
||||
Sound se = new Sound();
|
||||
public Sound se = new Sound();
|
||||
Sound music = new Sound();
|
||||
Thread gameThread;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user