From 0a367c676953ecfa7a68654bbf97b15229e00608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ruben=20Mu=CC=88ller?= Date: Thu, 13 Jan 2011 09:38:55 +0100 Subject: [PATCH] Tiny change to test the hole thing. :) --- pongr/pong.pb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pongr/pong.pb b/pongr/pong.pb index 3c34918..ccb31d9 100644 --- a/pongr/pong.pb +++ b/pongr/pong.pb @@ -8,6 +8,10 @@ Procedure DrawMenuBackground(screen) StopDrawing() EndProcedure +; inital stuff +OpenConsole(); +Print("Pongr started!"); + ; Start the main loop which will create the window, wait for events and draw things ; on the screen. To escape from this loop, press ESC or close the window. screen = OpenWindow(#PB_Any, 0, 0, 800, 600, "Pongr - Build " + Str(#PB_Editor_BuildCount), #PB_Window_ScreenCentered) @@ -17,9 +21,8 @@ If screen > 0 event = WaitWindowEvent() Until event = #PB_Event_CloseWindow EndIf - -; IDE Options = PureBasic 4.51 (Linux - x64) -; CursorPosition = 19 +; IDE Options = PureBasic 4.51 (MacOS X - x86) +; CursorPosition = 12 ; Folding = - ; EnableXP ; EnableCompileCount = 0