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";
|
message = "Press SPACE or touch here to open web site";
|
||||||
}
|
}
|
||||||
layoutManagerActionStore.addAction({
|
layoutManagerActionStore.addAction({
|
||||||
uuid: "openWebSite",
|
uuid: "openWebsite",
|
||||||
type: "message",
|
type: "message",
|
||||||
message: message,
|
message: message,
|
||||||
callback: () => openWebsiteFunction(),
|
callback: () => openWebsiteFunction(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue