~orneo1212/lwpgt/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
light-weight python game tools

Credits:
--------
Project manager - Marcin Świerczyński (me) [orneo1212@gmail.com]
Graphics Designer - Mitchel Kelonye and Birdao

gui module
----------
Container - for storing widget
TextBox - for text input or view (ok)
Widget - Base class for widgets

render2d module
---------------
Camera - simple camera
Entity - class for manipulate entities in the game 
GameObject - simple class for objects (use Entity instead)
Layer - layer class for storing gameobjects
Maps - map class for storing layers
Tile - class for storing tile needed by GameObject

Tools module
------------
Timer - for intervals in the game