Bring in basic placeholder assets for things like walls, souns, and font.

This commit is contained in:
Zed A. Shaw 2026-03-26 23:25:40 -04:00
parent e742b8772d
commit 8073997eb3
28 changed files with 7 additions and 76 deletions

View file

@ -17,7 +17,6 @@ namespace gui {
$window.setFramerateLimit(FRAME_LIMIT);
auto config = settings::get("config");
$hand = textures::get_sprite(config["player"]["hands"]);
$hand_anim = animation::load("assets/animation.json", config["player"]["hands"]);
}