-
Site admin.
-
Joined on
2020-09-17
Add opacity property to all UIDrawable objects
Add visible property to all UIDrawable objects
Create Python base class for UIDrawables, and derive Python UI types from it
Remove or verify the necessity/safety of default constructors
Add move() and resize() methods to UIDrawable
Add get_bounds() method to all UIDrawable objects
Grid constructor should accept grid_size tuple
Sprite get/set Texture (swap texture)
UIGrid: don't attempt to render every Entity every frame
UIGrid & UIEntity Integration; reliable add and remove
Add Vector arithmetic helper methods