source: 2010/27/akrauhan/Pong/Peli.cs @ 1068

Revision 1068, 207 bytes checked in by paaaanro, 13 years ago (diff)

Upea maailmaamullistava uusi Pong-peli.

Line 
1using System;
2using Jypeli;
3using Jypeli.Widgets;
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.