Difference between revisions of "User:MrSinistar/Sandbox"
From Retro Modding Wiki
MrSinistar (Talk | contribs) |
MrSinistar (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | STRG Commands are similar to CSS syntax. A ; terminates the command. & begins the command, so for example, &just=center; | ||
+ | {| class="wikitable" | ||
+ | ! Command | ||
+ | ! Value | ||
+ | ! Description | ||
+ | |- | ||
+ | | just | ||
+ | | center | ||
+ | | Justifies text | ||
+ | |- | ||
+ | | image | ||
+ | | SI,0.70,0.68,[[TXTR (File Format)|TXTR]] ID | ||
+ | | Displays an image. SI = Single Image? S,T and finally TXTR ID. | ||
+ | |- | ||
+ | | main-color | ||
+ | | Hex Color Code | ||
+ | | Changes color of text. | ||
+ | |} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
{|cellpadding="5" cellspacing="3" align="center" style="text-align:center; margin-bottom:20px; float:center; border:1px solid; box-shadow: 0 0 5px #6DBACD; border-radius:6px; border-color:#6dbacd;" ! width="45%" | {|cellpadding="5" cellspacing="3" align="center" style="text-align:center; margin-bottom:20px; float:center; border:1px solid; box-shadow: 0 0 5px #6DBACD; border-radius:6px; border-color:#6dbacd;" ! width="45%" | ||
|[[File:Powercannon_render3.png|200px]] | |[[File:Powercannon_render3.png|200px]] |
Revision as of 04:12, 28 January 2015
STRG Commands are similar to CSS syntax. A ; terminates the command. & begins the command, so for example, &just=center;
Command | Value | Description |
---|---|---|
just | center | Justifies text |
image | SI,0.70,0.68,TXTR ID | Displays an image. SI = Single Image? S,T and finally TXTR ID. |
main-color | Hex Color Code | Changes color of text. |
Help us research and document! Join the discussion at: Metroid Prime Hacking Research thread @ Metroid2002.com
|