TEST RESOURCES
This commit is contained in:
parent
6c57765608
commit
bdf3aa102d
14 changed files with 195 additions and 0 deletions
31
test_resources/test_dialgoue.dialogue
Normal file
31
test_resources/test_dialgoue.dialogue
Normal file
|
@ -0,0 +1,31 @@
|
|||
~ start
|
||||
[speed=0.25]Hello, my name is Signore Demone.[speed=0.25]
|
||||
do change_text_color(Color.GREEN)
|
||||
[speed=0.25]I am a guy who DIED[speed=0.25]
|
||||
[speed=0.25]I became a DEMON[speed=0.25]
|
||||
=> start
|
||||
~ animal
|
||||
Holy shit. im mr animal crossing. wow im the guy from animal crossing guys. .im animal crossing on the playstation
|
||||
hahahahaha. SO FUNNY... LOL
|
||||
=> animal
|
||||
~ wow
|
||||
LOOOOOOOOOL IM SO FUNNY. \nIM LIKE SOOOO FUCKING FUNNY. \nYOU\nHAVE \N\nNO\nIDEA
|
||||
AGAIN
|
||||
=> wow
|
||||
~ fox
|
||||
[speed=0.25]The Quick Brown Fox Jumped Over The Lazy Dog.[speed=0.25]
|
||||
=> fox
|
||||
|
||||
~ bwap
|
||||
do fade_in_screen(2,2,0,true)
|
||||
do delay()
|
||||
Hello!
|
||||
do play_sound(load("res://dvn/test_resources/se_Confirm.wav"),0,1)
|
||||
Hi!
|
||||
do fade_in_bgm(2,true)
|
||||
BGM fading in...
|
||||
do fade_out_bgm(2)
|
||||
BGM faded out!
|
||||
ok goodbye!
|
||||
do fade_out_screen(Color.BLACK,3)
|
||||
=> END
|
Loading…
Add table
Add a link
Reference in a new issue