UI from Python now working fairly comprehensively
This commit is contained in:
parent
c8124e84dc
commit
de753713d5
10 changed files with 156 additions and 6 deletions
|
|
@ -5,6 +5,8 @@ class GameEngine; // forward declare
|
|||
class IndexSprite {
|
||||
public:
|
||||
int texture_index, sprite_index, x, y;
|
||||
float scale;
|
||||
static GameEngine* game;
|
||||
sf::Sprite drawable();
|
||||
IndexSprite(int, int, int, int, float);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue