have fun

I'm sure you hear it all the time.. but anyways, your designer kicks ass.
Code: Select all
;- Font Globals
Global FontID1
Global FontID2
;- Image Globals
Global Image0
Procedure InitGUI()
FontID1 = LoadFont(1, "Tahoma", 18, #PB_Font_Bold)
FontID2 = LoadFont(2, "Tahoma", 9)
;- Image Plugins
UsePNGImageDecoder()
;- Catch Images
Image0 = CatchImage(0, ?Image0)
EndProcedure
Thanks, this get's me out of my lazy seat to code a couple of hoursNoahPhense wrote:I'm sure you hear it all the time.. but anyways, your designer kicks ass.
- john
RE-RE-EDIT :Berikco wrote: Thanks, this get's me out of my lazy seat to code a couple of hours
Hey, this was the first time this happened...Num3 wrote:Well not for long
Fred wrote:My previous troubles doesn't have any link with your current problems