Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for custom styled logger windows per game #16

Open
3 tasks
RobynLlama opened this issue May 27, 2024 · 0 comments
Open
3 tasks

Add support for custom styled logger windows per game #16

RobynLlama opened this issue May 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@RobynLlama
Copy link
Member

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
@RobynLlama RobynLlama added the enhancement New feature or request label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant