Oijon Dev Log - Susquehanna 0.0.1
01/02/2023

Happy New Years y'all! Displaying PHOSYS files was a bit of a pain, but I finally got it to work! Here's what's new:
- .gitignore is finally fixed on the Github repo!
- Added PHOSYSTable class, a special type of VBox that specifically displays a PhonoSystem.
- Paper texture has been changed
You may be wondering, what the hell is a .gitignore? The .gitignore file specifies which files/directories Git will ignore when uploading files. For the longest time, I was manually preventing anything in the /target directory from uploading, as all of the files there should be exactly the same as the ones in /src. However, because I was doing this manually instead of just using the tool that Git gives for this, there were some files that just didn't get uploaded to the Github repo, and others that did that shouldn't of. That's fixed now! The attached photo is of the brand new PHOSYSTableclass! This allows the PHOSYS files mentioned last devlog entry to be displayed in the UI! Right now, I'm aiming for the first public releases to begin sometime in February, however it looks like it might happen later this month!