Releases: LukeMS/pysdl2-roguelike-tutorial
Releases · LukeMS/pysdl2-roguelike-tutorial
Tutorial Part 0
Fixed window size parameters
Fixes:
- Fixed window size parameters, now working properly;
- Sample image of proper size and with transparent background.
Basic release with Manager, SceneBase and some utilities
Created manager.py:
class Manager;class KeyboardStateController;class SceneBase;RESOURCES.
Created constants.py;
Added rect.py:
class Rect;def to_sdl_rect;def flatten.
Added time.py:
class Clock;def wait;def delay;def get_time;def get_delta.