Barely working stripped down version of ScreenInteractive. Now to bring on the SFML events.

This commit is contained in:
Zed A. Shaw 2024-11-13 12:48:42 -05:00
parent 7d3605f58b
commit e3cff8142c
9 changed files with 1070 additions and 7 deletions

View file

@ -33,7 +33,7 @@ GUI::GUI(DinkyECS::World &world, Map& game_map) :
$game_map(game_map),
$log({{"Welcome to the game!"}}),
$status_ui(SCREEN_X, SCREEN_Y, 0, 0),
$map_view(0, 0, GAME_MAP_POS, 0, false),
$map_view(30, 10, GAME_MAP_POS, 0, false),
$view_port{0,0},
$world(world),
$sounds("./assets"),