!!!!! colors !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!X777*bigBox.background: black
!X777*buttonBox.background: white

X777*bigBox.background: PaleGreen1
X777*buttonBox.background: SeaGreen
X777*dispBox.background: SeaGreen
X777*nextBox.background: SeaGreen

X777*NEXT.background: SeaGreen
X777*NEXT.borderColor: SeaGreen
X777*NEXT.foreground: white
X777*SCORE.background: SeaGreen
X777*SCORE.borderColor: SeaGreen
X777*SCORE.foreground: white
X777*Score.background: MediumAquamarine
X777*LEVEL.background: SeaGreen
X777*LEVEL.borderColor: SeaGreen
X777*LEVEL.foreground: white
X777*Level.background: DarkSeaGreen
X777*Start.background: DarkOliveGreen3
X777*Quit.background: DarkOliveGreen3
X777*Scores.background: DarkOliveGreen3

X777*block1color: red
X777*block2color: blue
X777*block3color: pink
X777*block4color: yellow
X777*block5color: violet
X777*block6color: sky blue
X777*block7color: green4
X777*block7bgcolor: chartreuse1
X777*starcolor: orange
X777*useScoreFile: True

!!!!! fonts !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
X777*nextBox*Font: -adobe-courier-bold-r-normal-*-20-*-*-*-*-*-*-*
X777*buttonBox*Font: -adobe-courier-bold-r-normal-*-20-*-*-*-*-*-*-*
X777*dispBox*Font: -adobe-courier-bold-r-normal-*-20-*-*-*-*-*-*-*

!!!!! controls !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
X777*bigBox.baseTranslations:	#override \
	!Shift<Btn1Down>:CCRotation() \n\
	!<Btn1Down>:MoveLeft() \n\
	!Shift<Btn3Down>:Rotation() \n\
	!<Btn3Down>:MoveRight() \n\
	!Shift<Btn2Down>:MoveDown()
X777*bigBox.accelerators:	#override \
	<KeyPress>space:MoveDown() \n\
	<KeyPress>h:MoveLeft() \n\
	<KeyPress>j:Rotation() \n\
	<KeyPress>k:CCRotation() \n\
	<KeyPress>l:MoveRight() \n\
        <KeyPress>u:MoveLeft()           \n\
        <KeyPress>o:MoveRight()          \n\
        <KeyPress>i:Rotation()           \n\
	<KeyPress>q:Quit() \n\
        <KeyPress>p:StartGame() \n\
	<KeyPress>s:StarGame() \n\
	<KeyPress>Left:MoveLeft() \n\
	<KeyPress>Down:Rotation() \n\
	<KeyPress>Begin:Rotation() \n\
	<KeyPress>Up:CCRotate() \n\
	<KeyPress>Right:MoveRight()

!!!!! about highscore table !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*Scores.baseTranslations:#override <Btn1Down>,<Btn1Up>:PrintHighScores()
?.ScoreText*Font:-adobe-*-*-*-*-*-18-*-*-*-*-*-*-*

X777*ScoreFrame.width: 500
X777*ScoreFrame.height: 500

X777*ScoreText*length: 80
X777*ScoreText*edittype: read
X777*ScoreText*displayCaret: False
X777*ScoreText*scrollVertical: never
X777*ScoreText*scrollHorizontal: never

?.ScoreFrame*baseTranslations:#override \
        <ButtonPress>:Done()\n\
        <KeyPress>:Done()
X777*ScoreText*background: black
X777*ScoreText*foreground: white
