-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/DXL44/pa-theme-editor
- Loading branch information
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
# pa-theme-editor<br> | ||
https://dxl44.github.io/pa-theme-editor | ||
# What is this? | ||
It's an online theme creator/viewer for theme files in Project Arrhythmia (.lst/.vgt) | ||
This is an editor for theme files in Project Arrhythmia - which have the ".lst" file extension. These are the files that determine the color of everything in a custom level - the objects, the background, the players, etc. | ||
|
||
The idea is that you can create and edit themes online using this. You can also load | ||
The idea is that you can create new and edit existing themes online using this. It doesn't have too many advantages over the base game, but the goal of this isn't to be revolutionary - more of just a way for me to learn more programming and web design stuff. | ||
|
||
Future plans: | ||
- Support for new theme files (.vgt) | ||
- Some sort of theme preview | ||
- Making it not look really bad | ||
- Ability to automatically set background objects/certain colors as the background color | ||
- Potentially, theme generation | ||
|
||
If you have any ideas that aren't here and are interesting, let me know. | ||
## Features planned: | ||
- [ ] Support for new theme files (.vgt) | ||
- [ ] Some sort of theme preview | ||
- [ ] Making it not look really bad | ||
- [x] Ability to automatically set background objects/certain colors as the background color | ||
- [ ] Potentially, theme generation | ||
|
||
If you have any ideas that aren't here and are interesting, let me know. I'm personally kind of stuck on what else I could implement into this, and I'd love to take on the challenge! |