From 497670ace3bfaf6b28931ac12c4a0a8ee553bf55 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 27 Sep 2005 00:48:54 +0000 Subject: Designer pretty much complete. Some bug fixes to the game engine. --- main.bmx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main.bmx') diff --git a/main.bmx b/main.bmx index 1e02371..389bdfd 100644 --- a/main.bmx +++ b/main.bmx @@ -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 ' -- cgit v1.2.3