Optimize GUECS a bit so that it automatically sets up the cell names and lel::Cell contents in the world, making it easier to work with.
This commit is contained in:
parent
2261e6f418
commit
389690e5c3
5 changed files with 7 additions and 11 deletions
|
@ -9,7 +9,7 @@ using namespace fmt;
|
|||
TEST_CASE("test sound manager", "[sound]") {
|
||||
sound::init();
|
||||
|
||||
sound::play("sword_1");
|
||||
sound::play("blank");
|
||||
|
||||
sound::play_at("sword_1", 0.1, 0.1, 0.1);
|
||||
sound::play_at("blank", 0.1, 0.1, 0.1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue