mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Moved demo conclusion text to scripts
This commit is contained in:
parent
79fc639b83
commit
3bc60bb45d
2 changed files with 10 additions and 0 deletions
7
scripts/Demo.rb
Normal file
7
scripts/Demo.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
def demo_entity_message
|
||||
Oneshot.msgbox Oneshot::Msg::INFO, "[...Who am I kidding. Of course I don't.]"
|
||||
Oneshot.msgbox Oneshot::Msg::ERR, "[If you DO decide to visit this world again, #{$game_oneshot.player_name}... I won't be looking forward to it at all.]"
|
||||
Oneshot.msgbox Oneshot::Msg::ERR, "[I'm so tired.]"
|
||||
Oneshot.msgbox Oneshot::Msg::ERR, "[Goodbye.]"
|
||||
Graphics.frame_reset
|
||||
end
|
||||
|
|
@ -115,10 +115,13 @@ Script
|
|||
# Puzzles
|
||||
Puzzle_Sokoban
|
||||
Puzzle_Pixel
|
||||
Puzzle_Film
|
||||
|
||||
# Misc
|
||||
SaveLoad
|
||||
Ed_Message
|
||||
Particles
|
||||
|
||||
Demo
|
||||
|
||||
Main
|
||||
|
|
|
|||
Loading…
Reference in a new issue