sceneGUI=type:SceneSprite, bkgTexture:bkg.gif, indexOffsetX:-5, indexOffsetY:-3

btnClose = type:Sprite, GUIType:hyperlink, href:intro.txt, container:sceneGUI, textUnderline:0, \
	x:120, y:200, width:50, height:20, text:Close, index:0

sptScoreBox = type:Sprite, container:sceneGUI, x:2, y:35, width:172, height:60, frame:(150;60;80),\
		textAlignment:CENTER, textBold:1, text:High Scores, textOffsetY:-20

sptDecor1=type:Sprite, container:sceneGUI, x:140, y:15, texture:levels/level1/bonus.gif
sptDecor2=type:Sprite, container:sceneGUI, x:10, y:170, texture:levels/level8/bonus.gif
