mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-21 11:18:08 +00:00
Added clickable blackboard in the form of an object.
Need to add logic (maybe change method for blackboard)
This commit is contained in:
@@ -1483,6 +1483,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Add blackboard interaction
|
||||
if (data.scenarioData?.type === "blackboard") {
|
||||
alert("A blackboard with some recent writing. There might be fingerprints on the surface.");
|
||||
return;
|
||||
}
|
||||
|
||||
alert(message);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user