sceneBkg=type:SceneSprite, bkgTexture:back.gif

scenePrompt=type:SceneSprite, x:0, y:220, width:176, height:600
sceneGUI=type:SceneSprite, indexTextOffsetX:-10
btnExit = type:Sprite, container:sceneGUI, GUIType:button, x:0, y:0, width:176, height:220, index:ENTER

#================================
txtTitle = type:Sprite, container:scenePrompt, x:8, y:30, width:160, height:20, textAlignment:CENTER, text:NINE HOLE GOLF
txtCopyright = type:Sprite, container:scenePrompt, x:8, y:60, width:160, height:60, \
		textAlignment:CENTER, textColor:(255;255;255), \
		text:Copyright \nOmniG Software Inc.\nAll Rights Reserved

sptLogo = type:Sprite, container:scenePrompt, x:72, y:120, texture:../gui/logo.gif
sptCover = type:Sprite, container:scenePrompt, x:28, y:170, width:120, height:160, frame:(255;255;255), texture:cover.gif

txtContact = type:Sprite, container:scenePrompt, x:8, y:340, width:160, height:260, \
		textSize:16, textAlignment:LEFT, textColor:(255;255;255), \
			text:"Further information:\n\
			www.omnigsoft.com\n\
			Technical support:\n\
			support@omnigsoft.com\n\n\
			All comments, suggestions and problem-reporting are very welcome, \
			please contact us at:contact@omnigsoft.com."
