source:
2010/23/vipaerpo/Lumiukko/Peli.cs
@
10337
Revision 667, 271 bytes checked in by vipaerpo, 12 years ago (diff) |
---|
Line | |
---|---|
1 | using System; |
2 | using Jypeli; |
3 | using Jypeli.ScreenObjects; |
4 | using Jypeli.Assets; |
5 | |
6 | namespace Lumiukko |
7 | { |
8 | public class Peli : PhysicsGame |
9 | { |
10 | protected override void Begin() |
11 | { |
12 | //TODO: Alusta peli tästä |
13 | } |
14 | } |
15 | } |
16 | |
17 |
Note: See TracBrowser
for help on using the repository browser.