aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/UMenuStatic.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-04-24 18:43:12 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-04-24 18:43:12 +0000
commit13bff3dc29108cde5ec88d6e9ce656ce377b4694 (patch)
tree0738c90acd2cb8ed9ae7c5a657dd9ac1173fce90 /src/menu/UMenuStatic.pas
parent4fab5344b519c690e36cf60ddc34bf3227443f46 (diff)
downloadusdx-13bff3dc29108cde5ec88d6e9ce656ce377b4694.tar.gz
usdx-13bff3dc29108cde5ec88d6e9ce656ce377b4694.tar.xz
usdx-13bff3dc29108cde5ec88d6e9ce656ce377b4694.zip
cosmetics. No code change
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1692 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/menu/UMenuStatic.pas')
-rw-r--r--src/menu/UMenuStatic.pas11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/menu/UMenuStatic.pas b/src/menu/UMenuStatic.pas
index 9a10fade..72f4eb36 100644
--- a/src/menu/UMenuStatic.pas
+++ b/src/menu/UMenuStatic.pas
@@ -40,19 +40,20 @@ uses
type
TStatic = class
public
- Texture: TTexture; // Button Screen position and size
- Visible: boolean;
+ Texture: TTexture; // Button Screen position and size
+ Visible: boolean;
//Reflection Mod
- Reflection: boolean;
- Reflectionspacing: Real;
+ Reflection: boolean;
+ Reflectionspacing: real;
procedure Draw;
constructor Create(Textura: TTexture); overload;
end;
implementation
-uses UDrawTexture;
+uses
+ UDrawTexture;
procedure TStatic.Draw;
begin