Add project files.

This commit is contained in:
2018-06-25 21:48:45 -04:00
parent b04a25689b
commit 3c1b7d28e8
425 changed files with 35333 additions and 0 deletions
@@ -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>