Fixing openWebsiteTriggerMessage not hidden when moving out of zone.
This commit is contained in:
parent
bc1c6a4986
commit
570110f831
1 changed files with 1 additions and 1 deletions
|
@ -812,7 +812,7 @@ export class GameScene extends DirtyScene {
|
|||
message = "Press SPACE or touch here to open web site";
|
||||
}
|
||||
layoutManagerActionStore.addAction({
|
||||
uuid: "openWebSite",
|
||||
uuid: "openWebsite",
|
||||
type: "message",
|
||||
message: message,
|
||||
callback: () => openWebsiteFunction(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue