You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently flower has one hard-coded logger.html and css file which would mean installing it on another game results in having a styled "Logger of Another World" instance which is kinda goofy.
Suggested changes:
Move per-game files into their own folders
Create build process that takes in a game's token as an argument and runs esbuild for that game's support file
Have above mentioned build process also copy in the logger html and css files from the support directory
Tasks
Split support files into directories and standardize their contents
Create build process that accepts game support token as input
Build process copies all required files to a known build directory
The text was updated successfully, but these errors were encountered:
Currently flower has one hard-coded logger.html and css file which would mean installing it on another game results in having a styled "Logger of Another World" instance which is kinda goofy.
Suggested changes:
Tasks
The text was updated successfully, but these errors were encountered: