Work on sound positioning for objects. Enable in sounds in preferences.
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import sys
|
||||
import unittest
|
||||
import importlib
|
||||
from pathlib import Path
|
||||
from unittest import mock
|
||||
|
||||
sys.path.insert(0, str(Path(__file__).resolve().parents[1] / "src"))
|
||||
|
||||
from cthulhu import speech
|
||||
sys.modules.pop("cthulhu.speech", None)
|
||||
speech = importlib.import_module("cthulhu.speech")
|
||||
|
||||
|
||||
class PresentationInterruptSoundRegressionTests(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user