diff options
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) |