mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-29 02:04:28 +00:00
spooky mansion, and also fix for introText # thing
This commit is contained in:
parent
3a327f5c5d
commit
4245bd4777
|
@ -508,7 +508,7 @@ class TitleState extends MusicBeatState
|
|||
|
||||
lime.ui.Haptic.vibrate(100, 100);
|
||||
|
||||
var coolText:AtlasText = new AtlasText(0, 0, text, AtlasFont.BOLD);
|
||||
var coolText:AtlasText = new AtlasText(0, 0, text.trim(), AtlasFont.BOLD);
|
||||
coolText.screenCenter(X);
|
||||
coolText.y += (textGroup.length * 60) + 200;
|
||||
textGroup.add(coolText);
|
||||
|
@ -547,7 +547,7 @@ class TitleState extends MusicBeatState
|
|||
switch (i + 1)
|
||||
{
|
||||
case 1:
|
||||
createCoolText(['ninjamuffin99', 'phantomArcade', 'kawaisprite', 'evilsk8er']);
|
||||
createCoolText(['ninjamuffin99', 'phantomArcade', 'kawaisprite', 'evilsk8r']);
|
||||
case 3:
|
||||
addMoreText('present');
|
||||
case 4:
|
||||
|
|
Loading…
Reference in a new issue