-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚸 show feedback link to player after beat Flowey for the first time
- Loading branch information
1 parent
3e96d2a
commit eb81ba0
Showing
3 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...directorial/boss_fight/shared/stop/as_active_player/won/log_thanks_for_playing.mcfunction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
function omegaflowey.utils:log/self { text_component: '[ \ | ||
"", \ | ||
{ "text": "Thanks for playing our ", "color": "aqua" }, \ | ||
{ "text": "demo", "color": "gold" }, \ | ||
{ "text": "! ", "color": "aqua" }, \ | ||
{ "translate": ":trophy:" } \ | ||
]'} | ||
|
||
function omegaflowey.utils:log/self { text_component: '[ \ | ||
{ \ | ||
"text": "", "extra": [ \ | ||
{ "text": "We\'d love if you shared your ", "color": "aqua" }, \ | ||
{ "text": "feedback ", "color": "yellow" }, \ | ||
{ "translate": ":heart:" }, \ | ||
" ", \ | ||
{ "text": "[link]", "color": "light_purple", "underlined": true } \ | ||
], \ | ||
"clickEvent": { \ | ||
"action": "open_url", \ | ||
"value": "https://forms.gle/AkksowKZeQYoZ2z46" \ | ||
} \ | ||
} \ | ||
]'} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters