Hand animation is now converted.

This commit is contained in:
Zed A. Shaw 2026-02-23 11:27:54 -05:00
parent e3065f7add
commit 1a9c395ae6
3 changed files with 42 additions and 6 deletions

View file

@ -8,8 +8,11 @@
#include "raycaster.hpp"
#include <optional>
namespace gui {
namespace animate2 {
class Animate2;
}
namespace gui {
class MainUI {
public:
int $compass_dir = 0;
@ -20,7 +23,7 @@ namespace gui {
OverlayUI $overlay_ui;
std::shared_ptr<Raycaster> $rayview;
textures::SpriteTexture $hand;
components::Animation $hand_anim;
animate2::Animate2 $hand_anim;
MainUI(sf::RenderWindow& window);