source: 2010/24/malaleht/pong/pong/Peli.cs @ 809

Revision 809, 213 bytes checked in by hniemi, 13 years ago (diff)

tein pong peliä

Line 
1using System;
2using Jypeli;
3using Jypeli.ScreenObjects;
4using Jypeli.Assets;
5
6public 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.