From a9fc91ddde6c2678d317119f64f93753af6cd10a Mon Sep 17 00:00:00 2001 From: James Daly Date: Sat, 29 Jun 2019 23:24:53 -0400 Subject: [PATCH] Started work on an animation builder --- .../src/fmon/builder/AnimationBuilder.fxml | 42 ++++++ .../src/fmon/builder/AnimationBuilder.scala | 122 ++++++++++++++++++ FakeMon/src/fmon/draw/Palette.scala | 8 +- 3 files changed, 170 insertions(+), 2 deletions(-) create mode 100644 Builder/src/fmon/builder/AnimationBuilder.fxml create mode 100644 Builder/src/fmon/builder/AnimationBuilder.scala diff --git a/Builder/src/fmon/builder/AnimationBuilder.fxml b/Builder/src/fmon/builder/AnimationBuilder.fxml new file mode 100644 index 0000000..cce780a --- /dev/null +++ b/Builder/src/fmon/builder/AnimationBuilder.fxml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +