diff options
| author | Ian C <ianc@noddybox.co.uk> | 2005-09-27 00:48:54 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2005-09-27 00:48:54 +0000 |
| commit | 497670ace3bfaf6b28931ac12c4a0a8ee553bf55 (patch) | |
| tree | 79ee3a0f2c86f2c9e77523514da8789ac47a92e3 /main.bmx | |
| parent | f52fff7f3f56fbf79fd05017c0ae0f0836d3d6e2 (diff) | |
Designer pretty much complete. Some bug fixes to the game engine.
Diffstat (limited to 'main.bmx')
| -rw-r--r-- | main.bmx | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -27,13 +27,15 @@ Incbin "GFX/POINTER.png" Incbin "GFX/COLLECTOR.png" -' Initialise graphics +' Initialise ' +SeedRnd(MilliSecs()) SetGraphicsDriver GLMax2DDriver() Graphics 800,600,32,60 HideMouse SetBlend(ALPHABLEND) +SetAlpha(1.0) ' Globals ' |
