GUI had old code when I was toying with doing lighting with a png.

This commit is contained in:
Zed A. Shaw 2024-12-02 08:15:27 -05:00
parent c11384df59
commit bdfd61c8e7
3 changed files with 0 additions and 9 deletions

View file

@ -41,8 +41,6 @@ struct ActionLog {
const int GAME_MAP_POS = 600;
class GUI {
sf::RectangleShape $darkness;
sf::Texture $light_test;
string $status_text = "NOT DEAD";
Canvas $canvas;
Map& $game_map;