From fc2acb1bf7fecebb8ce0009c017136752fc7ccf5 Mon Sep 17 00:00:00 2001
From: Kyle <41976328+ImKyle4815@users.noreply.github.com>
Date: Thu, 12 Aug 2021 13:10:17 -0700
Subject: [PATCH] updated tutorial
---
creator/index.php | 11 +++++++----
js/creator-22.js | 2 +-
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/creator/index.php b/creator/index.php
index ded78c11..3450e201 100644
--- a/creator/index.php
+++ b/creator/index.php
@@ -201,7 +201,7 @@ include('../globalHTML/header-1.php');
{fontsize#}
Changes the font size by # pixels (relative - use negative integers to shrink text - ie '{fontsize-12}')
{fontcolor___}
Changes the font color to ___ (ie '{fontcolor#00FF00}')
{left}
Aligns text to the left
- {center{
Aligns text to the center
+ {center}
Aligns text to the center
{right}
Aligns text to the right
{permashift#,$}
Moves the text # pixels right and $ pixels down. Recommended for moving the text over large distances
{up#}
Moves the text # pixels up
@@ -510,11 +510,14 @@ include('../globalHTML/header-1.php');