Add: initialized GUI using FXML file and controller
This commit is contained in:
@@ -19,7 +19,7 @@ public class TUI implements IView {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void update(Game model) {
|
||||
public void setModel(Game model) {
|
||||
this.model = model;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user