clean up COMP4300 style
Should be a quick fix: all the ECS specific stuff has already been removed, so "sRender" is the only remaining vestige.
$ grep "sRender" *
GameEngine.cpp: currentScene()->sRender();…
Caption
__init__
is not correctly setting colors
Break up
UI.h
into respective class files
Create Python base class for UIDrawables, and derive Python UI types from it
Package mcrfpy without embedded interpreter
See #54 / #55 for related ideas - in one sense, those two could depend on this. In the other sense, this issue is for the "inside-out" deployment of McRogueFace.
- "normal" - McRogueFace…
Package mcrfpy without embedded interpreter
Break up
UI.h
into respective class files
see c186d8c7f301f216f46ea52c92d60d15615c45ff
I have approximately 4 things I want to do to all of these new objects:
- Move implementations to .cpp file; rename as
UIWidget::init
,…