We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c856f86 commit 70592c5Copy full SHA for 70592c5
preload/scripts/stages/limoRide.hxc
@@ -28,7 +28,7 @@ class LimoRideStage extends Stage
28
var limoSunset:FlxSprite = getNamedProp('limoSunset');
29
if (limoSunset == null)
30
{
31
- trace('[WARN] Could not retrieve limoSunset');
+ trace(' WARNING '.bg_yellow().bold() + ' Could not retrieve limoSunset');
32
}
33
else
34
preload/scripts/stages/limoRideErect.hxc
@@ -39,7 +39,7 @@ class LimoRideErectStage extends Stage
39
40
41
42
43
44
45
0 commit comments