From 1887e06c8196be7e55068bb4a35022682829e79c Mon Sep 17 00:00:00 2001 From: DXL44 <28364459+DXL44@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:12:56 -0400 Subject: [PATCH 1/2] Updated project info --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5e05fba..4b1c467 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ # pa-theme-editor
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! From 487d48560fdcf29e657502bbc944ad6cc55c1367 Mon Sep 17 00:00:00 2001 From: DXL44 <28364459+DXL44@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:14:03 -0400 Subject: [PATCH 2/2] Fixed formatting I'm very smart and didn't think to preview this before committing. Sigh. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4b1c467..343fff8 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ The idea is that you can create new and edit existing themes online using this. ## 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 +- [ ] 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!