From 545c115f457394617d473c059ded82cb74a40423 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Wed, 23 Jun 2021 19:52:02 -0700 Subject: [PATCH] Update index.php --- creator/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creator/index.php b/creator/index.php index 4237cd38..890b1b53 100644 --- a/creator/index.php +++ b/creator/index.php @@ -199,7 +199,7 @@ include('../globalHTML/header-1.php');
{down#}
Moves the text # pixels down
{left#}
Moves the text # pixels left
{right#}
Moves the text # pixels right
-
{shadow#}
Changes the shadow distance to #
+
{shadow#}
Changes the shadow distance to # (use {shadow0} to remove the shadow)
{shadowcolor#}
Changes the shadow color to #
{kerning#}
Changes the kerning (letter spacing) to #
Notes
For colors, you may use HTML color codes (ie 'green'), hex color codes (ie '#00FF00'), or rgb (ie 'rgb(0,255,0)'')