There is now a color scheme! (still a WIP, but looks better than before?)
All displayable widgets now inherit from Widget, a base class that takes in location and size data for the subclass to use for positioning and rendering
Created and implemented UpdateButton, the button at the bottom of the tool that updates the .json file
Reorganized file system in preparation for interim release packaging
Changed .json output folder to a reasonable place (the final tool won't have a src folder!)
Changes and new features
Widget
, a base class that takes in location and size data for the subclass to use for positioning and renderingUpdateButton
, the button at the bottom of the tool that updates the.json
file.json
output folder to a reasonable place (the final tool won't have asrc
folder!)