From 9d79ba461a399ce5c211dc7ca2fc49b8934c1cd7 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 1 Oct 2019 20:57:25 -0400 Subject: sound on jump --- src/engine.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/engine.cpp b/src/engine.cpp index ed5ba07..c6bec27 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -66,6 +66,9 @@ int Engine::init(void) script->addToGameNamespace("puts", bindInstance(&TextSystem::put, systems.system().get())); + script->addToGameNamespace("play", + bindInstance(&AudioSystem::playSound, + systems.system().get())); script->init(); -- cgit v1.2.3