Added a hero to the game who can move around and animates

This commit is contained in:
James Daly
2019-07-18 22:24:56 -04:00
parent 32542df86c
commit c10da7ccf9
7 changed files with 135 additions and 4 deletions

View File

@@ -264,6 +264,8 @@ object MapBuilder {
val scene: Scene = new Scene(root)
primaryStage.setScene(scene)
primaryStage.width = 1280
primaryStage.height = 800
primaryStage.show()
}
}