Skip to content

Commit

Permalink
finish episode 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Apis035 committed May 20, 2022
1 parent d769a60 commit 9b36115
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
Binary file added data/background/BG_CityOffice.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/sound/bgm/Theme_11.ogg
Binary file not shown.
Binary file added data/sound/sfx/SE_Radio_01.wav
Binary file not shown.
22 changes: 21 additions & 1 deletion src/BlueArchiveS/Scripts/scene01.gml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ h3 = new("Helmet Gangster Black") h3.name = "Helmet Gangster"
music1 = "theme 09"
music2 = "theme 10"
music3 = "theme 05"
music4 = "theme 11"

//Abydos Residental Area
lb()
Expand Down Expand Up @@ -250,5 +251,24 @@ lb(3)
say(a, "I'll navigate us from here.")
cex(a, 6) cpf(a, pf_nod)
say(a, "Stay on the back lines and provide support, Sensei!")
mus(0, 3) sfb(1)
mus(0, 3) sfb(1) wai(3)
// --- Game battle ---

//After battle
bg("BG CityOffice") sfn(1) wai(1) mus(music4, 1)
cmv(a, 50) cex(a, 8) cfi(a) tfi() sfx("SE Radio 01")
say(a, "The Kata-Kata Helmet Gang is retreating from the district.")
cmv(n, 75) cex(n, 13) cfi(n) cem(n, em_twinkle) cpf(n, pf_jump)
say(n, "Wow! We won!")
cmv(c, 25) cex(c, 6) cfi(c) cem(c, em_chat)
say(c, "Hahaha! How do you like that, Helmet Gang?")
cex(a, 6) cpf(a, pf_nod)
say(a, "Great job everyone! You're safe to return to campus.")
tfo(3) wai(.5) tbc()
cfo(a) cfo(n) cfo(c)
bsc(1.5) bg("BG CommitteeRoom") bsc(1, 1) sfn(3)
tit("Next Episode", "Being an Adult is Amazing!")
sfb(2)
mus(0, 4)
fin()
//End

0 comments on commit 9b36115

Please sign in to comment.