Moving some stuff so I can do a camera system using the new sf::View animation stuff.

This commit is contained in:
Zed A. Shaw 2025-11-02 22:49:50 -05:00
parent 222c66a1f2
commit 8345097e10
3 changed files with 13 additions and 13 deletions

View file

@ -30,6 +30,7 @@ namespace boss {
"[*(200,300)stats]"
"[_]"
"[_]");
auto stats = $actions.entity("stats");
$actions.set<Rectangle>(stats, {});
$actions.set<Text>(stats, {L"stats"});