mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
basic game creation
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export const ModalManager = {
|
||||
displayModal: displayModal
|
||||
displayModal: displayModal,
|
||||
dispelModal: dispelModal
|
||||
}
|
||||
|
||||
function displayModal(modalId, backgroundId, closeButtonId) {
|
||||
|
||||
Reference in New Issue
Block a user