flixel icon indicating copy to clipboard operation
flixel copied to clipboard

Lock Screen From FlxBasePreloader Doesn't Have Spaces In The siteLockBodyText.

Open raf13lol opened this issue 4 years ago • 0 comments

  • Haxe version: 4.3.0-rc.1+5e0a029
  • Flixel version: 4.10.0
  • OpenFL version: 9.1.0-LqBuHo
  • Lime version: 7.9.0
  • Affected targets: Web

Code snippet reproducing the issue:

import flixel.system.FlxBasePreloader;
import flixel.system.FlxPreloader;

class Preloader extends FlxPreloader
{
	override public function new(MinDisplayTime:Float = 0, ?AllowedURLs:Array<String>):Void
	{
		super(0, ["https://rafplayz69yt.itch.io/trash-hook"]);
		siteLockTitleText = "Not poggers :(";
		siteLockBodyText = "Ok this is not epic as you did a not pog move there partner.\n I will cancel you on my twitter.com and you will suffer by the hands of the world.\nGood luck.\n also here is the link so you can be poggers :)";
	}
}


Observed behavior: image

Expected behavior: I expected the words to have spaces between them.

raf13lol avatar Nov 21 '21 11:11 raf13lol