Merged TaipanShop and Warehouse. Just need to add functionality to warehouse.
This commit is contained in:
@@ -506,7 +506,9 @@ public class TaipanShopGUI {
|
||||
cargoButton.setOnAction(new EventHandler<ActionEvent>() {
|
||||
@Override
|
||||
public void handle(ActionEvent event) {
|
||||
System.out.println("PLACEHOLDER FOR WAREHOUSE");
|
||||
WarehouseGUI warehouseGUI = new WarehouseGUI(player);
|
||||
warehouseGUI.initializeWarehouse(stage);
|
||||
stage.show();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user