Going into a well triggers a little 'loading screen' that's currently faked. Click on it to continue.
This commit is contained in:
parent
9d49c6a30b
commit
e9accf14e6
8 changed files with 35 additions and 6 deletions
|
@ -156,7 +156,7 @@ namespace guecs {
|
|||
|
||||
void init();
|
||||
void render(sf::RenderWindow& window);
|
||||
void mouse(float x, float y);
|
||||
bool mouse(float x, float y);
|
||||
|
||||
template <typename Comp>
|
||||
void set(DinkyECS::Entity ent, Comp val) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue