(A1) change render method to now allow arbitary render targets. This is for drawing child elements on a grid
This commit is contained in:
parent
3b86089128
commit
1d852f875b
11 changed files with 24 additions and 17 deletions
|
|
@ -7,7 +7,7 @@ class UICaption: public UIDrawable
|
|||
{
|
||||
public:
|
||||
sf::Text text;
|
||||
void render(sf::Vector2f) override final;
|
||||
void render(sf::Vector2f, sf::RenderTarget&) override final;
|
||||
PyObjectsEnum derived_type() override final;
|
||||
virtual UIDrawable* click_at(sf::Vector2f point) override final;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue