Add project files.
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" ?>
|
||||
<SDLPongCPP>
|
||||
<Settings lang="EN"/>
|
||||
<MainMenu lang="EN" colour="FF0000" selectcolour="0000FF" titlecolour="FFFF00" ttf="FreeSansBold.ttf" soundeffect="menu-opt.wav" dir="">
|
||||
<Title x="40" y="0" size="80">
|
||||
SDL Pong C
|
||||
</Title>
|
||||
<SinglePlayer x="60" y="100" size="40">
|
||||
Single Player
|
||||
</SinglePlayer>
|
||||
<HeadToHead x="60" y="150" size="40">
|
||||
Head to Head
|
||||
</HeadToHead>
|
||||
<Options x="60" y="200" size="40">
|
||||
Options
|
||||
<OptionMenu>
|
||||
<Language>
|
||||
Language
|
||||
<LanOption lang="EN">
|
||||
English
|
||||
</LanOption>
|
||||
<LanOption lang="FR">
|
||||
French
|
||||
</LanOption>
|
||||
</Language>
|
||||
</OptionMenu>
|
||||
</Options>
|
||||
<Quit x="60" y="200" size="40">
|
||||
Quit
|
||||
</Quit>
|
||||
</MainMenu>
|
||||
</SDLPongCPP>
|
||||
Reference in New Issue
Block a user