Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Verwex committed Apr 27, 2021
1 parent 6e4b81c commit 16216be
Show file tree
Hide file tree
Showing 53 changed files with 1,569 additions and 1,297 deletions.
37 changes: 35 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@ All notable changes will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0] - 2020-02-15
## [1.0] - 2021-02-15
### Added
- Uh, everything.
* Uh, everything

## [2.0] - 2021-04-25
### Added:
* multi-preset naming system for modifiers
* _easter eggs_
* some Kade Engine features
* buffed up dialogue system, everything is **customizable** with **no limits**
* _some leaks_
* more options for you to mess with, **and I mean way more**
* a couple of new modifiers

### Changed:
* **pretty much everything, all recoded and redesigned for a new graphical and functional style, for the most part.**

## [2.0.1] - 2021-04-27
### Added:
* added Ash237 to the credits
* new chart type: **Stair** - stairs for every chart
* new option: **cutscene toggle**
* new dialogue variable: interruptions
* ranks save now and can be visible both in Story Mode and Freeplay
* little cues of motivation when getting ranked

### Changed:
* camera zoom on tutorial is way smoother
* character in Story Mode menu has been pushed up a bit
* freeze, lights Out and blinding overlays have been put on a new camera layer
* camera speed from character to character has been slowed down
* changed the way shake time, delay, flash time and delay work

### Fixed:
* input system no longer eats inputs and is a wee bit more reminiscent of Kade Engine's input
* timing shown didn't disappear sometimes
4 changes: 2 additions & 2 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project>
<!-- _________________________ Application Settings _________________________ -->

<app title="Friday Night Funkin': Mic'd Up" file="Funkin MU" packageName="com.verwex.funkinMU" package="com.verwex.funkMU" main="Main" version=" MU 2.0" company="Verwex" />
<app title="Friday Night Funkin': Mic'd Up" file="Funkin MU" packageName="com.verwex.funkinMU" package="com.verwex.funkMU" main="Main" version="MU 2.0.1" company="Verwex" />

<!--Switch Export with Unique ApplicationID and Icon-->
<set name="APP_ID" value="0x0100f6c013bbc000" />
Expand Down Expand Up @@ -143,7 +143,7 @@
<!--<haxedef name="FLX_NO_GAMEPAD" />-->

<!--Disable the Flixel core sound tray-->
<haxedef name="FLX_NO_SOUND_TRAY" />
<!--<haxedef name="FLX_NO_SOUND_TRAY" />-->

<!--Disable the Flixel sound management code-->
<!--<haxedef name="FLX_NO_SOUND_SYSTEM" />-->
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ Play the Ludum Dare prototype of the original game [here](https://ninja-muffin24
<h3>⚙️ Mod Creator:</h3>
<a href='https://twitter.com/Vershift'><b>Verwex</b><br><img src="/art/Verwex.png" alt="Verwex" width="175" height="175"></a>
<h3>🖥 Additional Programmers:</h3>
<a href='https://twitter.com/kadedeveloper'><b>KadeDev</b><br><img src="/art/Kade.png" alt="KadeDeveloper" width="175" height="175"></a>
<a href='https://twitter.com/kadedeveloper'><b>KadeDev</b><br><img src="/art/Kade.png" alt="KadeDeveloper" width="175" height="175"></a><br><br>
<a href='https://steamcommunity.com/profiles/76561198353865795'><b>Ash237</b><br><img src="/art/Ash.png" alt="Ash237 (temporary link until I find his twitter account)" width="175" height="175"></a>

<p align="center">
<a href="https://www.newgrounds.com/"><img src="/art/preloaderArt.png"></a>
<a href="https://ninja-muffin24.itch.io/funkin"><img src="/art/preloaderArt.png"></a>
</p>

**This mod was made with love to Friday Night Funkin' and its community. Extra love to the team behind it. 💖**
Expand Down
Binary file added art/Ash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/flashFiles/Cutscene1_ANIMATIC.fla
Binary file not shown.
Binary file modified art/flashFiles/FNF_ChartType.fla
Binary file not shown.
Binary file modified art/flashFiles/FNF_Options_assets.fla
Binary file not shown.
Binary file modified art/flashFiles/FNF_Rankings.fla
Binary file not shown.
Binary file added art/flashFiles/RECOVER_FNF_ChartType.fla
Binary file not shown.
Binary file added art/flashFiles/RECOVER_FNF_Rankings.fla
Binary file not shown.
11 changes: 7 additions & 4 deletions assets/preload/data/DIALOGUE SYSTEM TUTORIAL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ DIALOGUE SYSTEM TUTORIAL:

== - shake amount, where your screen shakes for a duration of time. Accepted values are from zero to positive infinity, but 0.001 is the perfect base because it will shake so much when it's set to 1.

++ - shake duration, which is second based. Can be a float.
++ - To calculate this, it takes the writing speed and multiplies it by the number of characters you want it to be shake for, including spaces. So for example, if writing speed is 0.05 and the number of characters is 10, it will shake for 0.5 seconds.

-- - shake delay, whenever you want it to occur at a specific moment. Should be accounted for as a latter setting to adjust.
-- - shake delay, whenever you want it to occur at a specific moment. To calculate this, it takes the writing speed and multiplies it by the number of characters you want it to be shake after, including spaces. So for example, if writing speed is 0.05 and the number of characters is 10, it will shake after 0.5 seconds.

<< - flash duration, with a whiplash sound effect coming to it. Is second based.
<< - flash duration, with a whiplash sound effect coming to it. To calculate this, it takes the writing speed and multiplies it by the number of characters you want it to flash for, including spaces. So for example, if writing speed is 0.05 and the number of characters is 10, it will flash for 0.5 seconds.

>> - flash delay, whenever you want it to occur at a specific moment. Should be accounted for as a latter setting to adjust.
>> - flash delay, whenever you want it to occur at a specific moment. To calculate this, it takes the writing speed and multiplies it by the number of characters you want it to be flash after, including spaces. So for example, if writing speed is 0.05 and the number of characters is 10, it will flash after 0.5 seconds.

;; - writing speed of the dialogue, whenever you want to make them speak more intimidatingly or something. Be wary, as it will write another character per the duration you set it to, so it's best to have it around 0.04 as a base.

Expand All @@ -34,6 +34,8 @@ DIALOGUE SYSTEM TUTORIAL:

.. - portrait color, for any special occasions. Can be blank, or filled in a #AARRGGBB fashion. AA - alpha, RR - red, GG - green, BB - blue, all valued in hex.

~~ - time it takes to cut to the next line of dialogue. To calculate this, it takes the writing speed and multiplies it by the number of characters you want it to be skipped after, including spaces. So for example, if writing speed is 0.05 and the number of characters is 10, it will skip to the next dialogue after 0.5 seconds.

DEFAULT VALUES:
]32]
*100*
Expand All @@ -46,6 +48,7 @@ DEFAULT VALUES:
!#FF3F2021!
?FFD89494?
..
~~



Expand Down
8 changes: 4 additions & 4 deletions assets/preload/data/roses/dialogue-depressed.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[178[ [179[ [223[ [216[ |Lunchbox| *0* =1= #pixel_mad# <0.08< >4> (0.2( )5) {0.83{ }5} `hand_textbox` ~clickText~ <0.08< >4> (0.2( )5) {0.83{ }5} `hand_textbox` ~clickText~
:bf-pixel: !crying! [Pixel Arial 11 Bold[ ]48] *0* =0= +0+ -0- <0< >0> ;1; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ...
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]16] *0* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Keep your cool. We're dealing with someone who is pretty much depressed.
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]12] *0* =0= +0+ -0- <0< >0> ;0.08; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Keep. It. Together, Senpai.
:bf-pixel: !crying! [Pixel Arial 11 Bold[ ]48] *0* =0= +0+ -0- <0< >0> ;1; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ...
:bf-pixel: !crying! [Pixel Arial 11 Bold[ ]48] *0* =0= +0+ -0- <0< >0> ;1; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ ...
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]16] *0* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Keep your cool. We're dealing with someone who is pretty much depressed.
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]12] *0* =0= +0+ -0- <0< >0> ;0.08; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Keep. It. Together, Senpai.
:bf-pixel: !crying! [Pixel Arial 11 Bold[ ]48] *0* =0= +0+ -0- <0< >0> ;1; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ ...
14 changes: 7 additions & 7 deletions assets/preload/data/roses/dialogue-love.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[178[ [179[ [223[ [216[ |Lunchbox| *0* =1= #pixel_mad# <0.08< >4> (0.2( )5) {0.83{ }5} `hand_textbox` ~clickText~ <0.08< >4> (0.2( )5) {0.83{ }5} `hand_textbox` ~clickText~
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.06; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Oh you think your love is strong enough?
:bf-pixel: !default! [Pixel Arial 11 Bold[ ]48] *0* =0= +0+ -0- <0.2< >0> ;0.2; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Bah
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.06; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Don't even play games with me! I will take your girlfriend from you!
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]40] *0* =0.005= +2.5+ -0- <0.5< >0> ;0.06; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. She will get my nuts until she chokes on them!
:gf-pixel: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Nah. I stay where I stay. With my cutie pie.
:bf-pixel: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.2; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Bah
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]54] *0* =0= +0+ -0- <0< >0> ;0.09; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. You two are so dead on the spot.
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.06; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Oh you think your love is strong enough?
:bf-pixel: !default! [Pixel Arial 11 Bold[ ]48] *0* =0= +0+ -0- <0.2< >0> ;0.2; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Bah
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.06; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Don't even play games with me! I will take your girlfriend from you!
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]40] *0* =0.005= +16+ -0- <5< >0> ;0.06; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ She will get my nuts until she chokes on them!
:gf-pixel: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Nah. I stay where I stay. With my cutie pie.
:bf-pixel: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.2; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Bah
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]54] *0* =0= +0+ -0- <0< >0> ;0.09; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ You two are so dead on the spot.
6 changes: 3 additions & 3 deletions assets/preload/data/roses/dialogue-perfect.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[178[ [179[ [223[ [216[ |Lunchbox| *0* =1= #pixel_mad# <0.08< >4> (0.2( )5) {0.83{ }5} `hand_textbox` ~clickText~ <0.08< >4> (0.2( )5) {0.83{ }5} `hand_textbox` ~clickText~
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]54] *0* =0= +0+ -0- <0< >0> ;0.1; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Oh I'm so getting you for this.
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0.005= +1.2+ -0- <0< >0> ;0.1; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. I'm not letting myself lose! You WILL get your fate checked!
:bf-pixel: !default! [Pixel Arial 11 Bold[ ]48] *0* =0= +0+ -0- <0< >0> ;0.04; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Bah bah
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]54] *0* =0= +0+ -0- <0< >0> ;0.1; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Oh I'm so getting you for this.
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0.005= +18+ -0- <0< >0> ;0.1; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ I'm not letting myself lose! You WILL get your fate checked!
:bf-pixel: !default! [Pixel Arial 11 Bold[ ]48] *0* =0= +0+ -0- <0< >0> ;0.04; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Bah bah
16 changes: 8 additions & 8 deletions assets/preload/data/roses/dialogue-practice.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[178[ [179[ [223[ [216[ |Lunchbox| *0* =1= #pixel_mad# <0.08< >4> (0.2( )5) {0.83{ }5} `hand_textbox` ~clickText~ <0.08< >4> (0.2( )5) {0.83{ }5} `hand_textbox` ~clickText~
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. You're all doing great, but even if I lose or not...
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]27] *0* =0= +0+ -0- <0< >0> ;0.1; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Excuse me for my funkin nerves.
:gf-pixel: !default! [Pixel Arial 11 Bold[ ]32] *20* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Is k.
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]12] *0* =0= +0+ -0- <0< >0> ;0.1; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Keep your cool, Senpai.
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]16] *0* =0= +0+ -0- <0< >0> ;0.1; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ...
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Not bad for an ugly worm.
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0.005= +6.2+ -1.2- <0.8< >1> ;0.08; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. But this time I'll rip your nuts off right after your girlfriend finishes gargling mine.
:bf-pixel: !default! [Pixel Arial 11 Bold[ ]64] *0* =0= +0+ -0- <0< >0> ;0.2; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Bop beep be be skdoo bep
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ You're all doing great, but even if I lose or not...
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]27] *0* =0= +0+ -0- <0< >0> ;0.1; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Excuse me for my funkin nerves.
:gf-pixel: !default! [Pixel Arial 11 Bold[ ]32] *20* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Is k.
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]12] *0* =0= +0+ -0- <0< >0> ;0.1; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Keep your cool, Senpai.
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]16] *0* =0= +0+ -0- <0< >0> ;0.1; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ ...
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Not bad for an ugly worm.
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0.005= +45+ -19- <6< >19> ;0.08; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ But this time I'll rip your nuts off right after your girlfriend finishes gargling mine.
:bf-pixel: !default! [Pixel Arial 11 Bold[ ]64] *0* =0= +0+ -0- <0< >0> ;0.2; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Bop beep be be skdoo bep
10 changes: 5 additions & 5 deletions assets/preload/data/roses/dialogue-scared.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[178[ [179[ [223[ [216[ |Lunchbox| *0* =1= #pixel_mad# <0.08< >4> (0.2( )5) {0.83{ }5} `hand_textbox` ~clickText~ <0.08< >4> (0.2( )5) {0.83{ }5} `hand_textbox` ~clickText~
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. He is more of a lost cause than anyone can be.
:gf-pixel: !concerned! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.07; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Don't say that. I know it's bad, but-
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]52] *0* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. This is NOT gonna work.
:gf-pixel: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Can we just try again?
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]21] *0* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Alright, but if that fails, I'm taking you.
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ He is more of a lost cause than anyone can be.
:gf-pixel: !concerned! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.07; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Don't say that. I know it's bad, but-
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]52] *0* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ This is NOT gonna work.
:gf-pixel: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Can we just try again?
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]21] *0* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Alright, but if that fails, I'm taking you.
10 changes: 5 additions & 5 deletions assets/preload/data/roses/dialogue-terrified.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[178[ [179[ [223[ [216[ |Lunchbox| *0* =1= #pixel_mad# <0.08< >4> (0.2( )5) {0.83{ }5} `hand_textbox` ~clickText~ <0.08< >4> (0.2( )5) {0.83{ }5} `hand_textbox` ~clickText~
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. I won't be able to hold my anger away. I'm sorry, but I need to.
:gf-pixel: !concerned! [Pixel Arial 11 Bold[ ]17] *0* =0= +0+ -0- <0< >0> ;0.1; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. uh oh
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. I don't care if you are crying. Man up and be happy that you just won a song!
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]64] *0* =0= +0.005+ -0.3- <0.2< >0> ;0.07; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Man the funk up!
:bf-pixel: !crying! [Pixel Arial 11 Bold[ ]64] *0* =0= +0+ -0- <0< >0> ;0.12; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ...
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ I won't be able to hold my anger away. I'm sorry, but I need to.
:gf-pixel: !concerned! [Pixel Arial 11 Bold[ ]17] *0* =0= +0+ -0- <0< >0> ;0.1; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ uh oh
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ I don't care if you are crying. Man up and be happy that you just won a song!
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]64] *0* =0= +0.005+ -10- <5< >0> ;0.07; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Man the funk up!
:bf-pixel: !crying! [Pixel Arial 11 Bold[ ]64] *0* =0= +0+ -0- <0< >0> ;0.12; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ ...
4 changes: 2 additions & 2 deletions assets/preload/data/roses/dialogue-uneasy.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[178[ [179[ [223[ [216[ |Lunchbox| *0* =1= #pixel_mad# <0.08< >4> (0.2( )5) {0.83{ }5} `hand_textbox` ~clickText~ <0.08< >4> (0.2( )5) {0.83{ }5} `hand_textbox` ~clickText~
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. We can still try to calm him down again, however my nerves are taking the better on me.
:gf-pixel: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. Sounds good.
:senpai-angry: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |true| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ We can still try to calm him down again, however my nerves are taking the better on me.
:gf-pixel: !default! [Pixel Arial 11 Bold[ ]32] *0* =0= +0+ -0- <0< >0> ;0.04; |false| #pixel_mad# ^pixelText^ !#FF3F2021! ?#FFD89494? .. ~~ Sounds good.
Loading

0 comments on commit 16216be

Please sign in to comment.