Going into a well triggers a little 'loading screen' that's currently faked. Click on it to continue.

This commit is contained in:
Zed A. Shaw 2025-02-25 03:01:07 -05:00
parent 9d49c6a30b
commit e9accf14e6
8 changed files with 35 additions and 6 deletions

View file

@ -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) {