Bring in basic placeholder assets for things like walls, souns, and font.
This commit is contained in:
parent
e742b8772d
commit
8073997eb3
28 changed files with 7 additions and 76 deletions
|
|
@ -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"]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue