New debug_ui that shows perf data, other debug info, and allows spawning enemies.

This commit is contained in:
Zed A. Shaw 2025-04-05 12:09:19 -04:00
parent 4f090159ab
commit 07ce8a4148
12 changed files with 50 additions and 87 deletions

View file

@ -1,5 +1,4 @@
#pragma once
#include "levelmanager.hpp"
#include <SFML/Graphics/RenderWindow.hpp>
#include <SFML/Graphics/Font.hpp>
#include "guecs.hpp"
@ -13,7 +12,6 @@ namespace gui {
void init();
void render(sf::RenderWindow& window);
void click(int x, int y);
void show_sprite(string region, string sprite_name);
void close_sprite(string region);
void show_text(std::string region, std::wstring content);