removed unused processesseessess
This commit is contained in:
parent
348f355eb2
commit
4fdc567e08
158 changed files with 1317 additions and 3351 deletions
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
(function (global) {
|
||||
const events = global.TarinaiEvents;
|
||||
if (!events || events.__worldEventEffectsBound) return;
|
||||
events.__worldEventEffectsBound = true;
|
||||
if (!events) return;
|
||||
|
||||
events.on("world:phase", () => {
|
||||
global.audio?.phase?.();
|
||||
|
|
@ -45,8 +44,8 @@
|
|||
const entry = detail.entry;
|
||||
if (!entry) return;
|
||||
playLogSoundForEntry(entry);
|
||||
if (typeof renderLog === "function") renderLog(worldRef?.logs || []);
|
||||
if (typeof pushLogNotification === "function") pushLogNotification(entry);
|
||||
renderLog(worldRef?.logs || []);
|
||||
pushLogNotification(entry);
|
||||
});
|
||||
|
||||
events.on("tool:placed", (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue