diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-10-17 00:01:24 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-10-17 00:01:24 +0000 |
commit | 1d97a8ae700e0fb2e94eb30f604e54155860fae8 (patch) | |
tree | 2d587b6af4305836520548e917bd0477d7bbf8fc /vectorgfx | |
parent | 6060eef8fe323e721903533ab39b80f4cb9fd22e (diff) |
*** empty log message ***
Diffstat (limited to 'vectorgfx')
-rw-r--r-- | vectorgfx/test.bmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vectorgfx/test.bmx b/vectorgfx/test.bmx index 7c3ae0a..ee346aa 100644 --- a/vectorgfx/test.bmx +++ b/vectorgfx/test.bmx @@ -88,7 +88,7 @@ While Not KeyHit(KEY_ESCAPE) EndIf If KeyHit(KEY_F2) - VectorGfxSetAlpha(0.7,1.0) + VectorGfxSetAlpha(0.5,0.5) EndIf If KeyHit(KEY_F3) |