Skip to content

Commit

Permalink
Correction on patch notes
Browse files Browse the repository at this point in the history
  • Loading branch information
choptop84 committed Oct 3, 2024
1 parent 87c8be6 commit f64a24e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion editor/UpdatePrompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export class UpdatePrompt implements Prompt {
public readonly startingContainer: HTMLDivElement = div({id: "tutorialPrompt"},
div({class:"promptTitle"}, h2({class:"tutorialExt",style:"text-align: inherit;"}, ""), h2({class:"tutorialTitle",style:"margin-bottom: 0.5em;"},"AbyssBox 1.5.1 is OUT NOW!")),
p({style:"margin-bottom: 0.5em; text-align: center; font-size: 15px;"},"AbyssBox 1.5.1 is here! A rather small but meaningful update this time around!",),
p({style:"margin-bottom: 0.5em; text-align: left; font-size: 15px;"},"- Added an offset for Ring Modulation's Hz value, allowing for more specific hertz."),
p({style:"margin-bottom: 0.5em; text-align: left; font-size: 15px;"},"- Updated the Frutiger Aero theme to be a little less laggy."),
p({style:"margin-bottom: 0.5em; text-align: left; font-size: 15px;"},"- Added tips to the new effects, as they were missing before."),
//p({style:"margin-bottom: 0.5em; text-align: center; font-size: 15px;"},"And much more!"),
Expand Down
2 changes: 0 additions & 2 deletions website/patch-notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ <h2 style="color: #f24c4c;">Version 1.5.1 </h2><h3> <ul>

<p></p>
<p></p>
<li>Added an Hertz offset to Ring Modulation.</li>
<p></p>
<li>Updated Frutiger Aero to be a little less laggy.</li>
<p></p>
<li>Added tips to the Phaser Tip Prompts and Ring Modulation Prompts.</li>
Expand Down

0 comments on commit f64a24e

Please sign in to comment.