diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2009-10-03 13:06:39 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:28 +0000 |
commit | 11e37d5354d6945e2a4cbdc73ba650c78ade89a5 (patch) | |
tree | 087b29b098bb5d2ae2faa78d6d228054b5f89328 /assets | |
parent | b8ba914fd60591858ab6e6177ba23d37e8cd2898 (diff) |
* Get rid of uselessly-named itemDef_t->special and replace with
feederID or window.borderSize where applicable.
Diffstat (limited to 'assets')
-rw-r--r-- | assets/ui/loading.menu | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/ui/loading.menu b/assets/ui/loading.menu index 2b4af59c..b877ce9c 100644 --- a/assets/ui/loading.menu +++ b/assets/ui/loading.menu @@ -132,7 +132,7 @@ textalign ALIGN_CENTER textstyle ITEM_TEXTSTYLE_NEON textscale 0.5 - special 1.0 + borderSize 1.0 } itemDef @@ -161,7 +161,7 @@ textalign ALIGN_CENTER textstyle ITEM_TEXTSTYLE_NEON textscale 0.5 - special 1.0 + borderSize 1.0 } itemDef @@ -189,7 +189,7 @@ textalign ALIGN_CENTER textstyle ITEM_TEXTSTYLE_NEON textscale 0.5 - special 1.0 + borderSize 1.0 } itemDef @@ -217,7 +217,7 @@ textalign ALIGN_CENTER textstyle ITEM_TEXTSTYLE_NEON textscale 0.5 - special 1.0 + borderSize 1.0 } } } |