source:
2010/24/vehakala/FysiikkaPeli1/Peli.cs
@
879
Revision 871, 213 bytes checked in by vehakala, 11 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[871] | 1 | using System; |
2 | using Jypeli; | |
3 | using Jypeli.ScreenObjects; | |
4 | using Jypeli.Assets; | |
5 | ||
6 | public class Peli : PhysicsGame | |
7 | { | |
8 | protected override void Begin() | |
9 | { | |
10 | //TODO: Alusta peli tässä | |
11 | } | |
12 | } |
Note: See TracBrowser
for help on using the repository browser.