talksprite placing

This commit is contained in:
the me 2022-08-22 22:23:02 -07:00
parent 8d3617fe53
commit 337f705dfe
72 changed files with 988 additions and 157 deletions

View file

@ -2,8 +2,8 @@ function txt_momijidies() {
msg = msglang([
txt("Man, I told them, I'm just a Shogi player..."),
txt("I'll step back and watch for now."),
txt("Man, I told them, I'm just a Shogi player...", MOMIJI.UNINTERESTED),
txt("I'll step back and watch for now.", MOMIJI.CONFUSED),
],[
@ -17,10 +17,10 @@ function txt_nitoridies() {
msg = msglang([
txt("Bwuh!? Bullshit!"),
txt("Nitori, get out of there."),
txt("But, I...! They- it's unfair!"),
txt("I don't care! It's dangerous."),
txt("Bwuh!? Bullshit!", NITORI.SHOCKED),
txt("Nitori, get out of there.", MOMIJI.UNINTERESTED),
txt("But, I...! They- it's unfair!", NITORI.ANGRY),
txt("I don't care! It's dangerous.", MOMIJI.ANGRY),
],[
@ -34,9 +34,9 @@ function txt_ayadies() {
msg = msglang([
txt("My camera! I've gotta get it fixed!"),
txt("Please, Aya. You can get another."),
txt("No, I really can't~!"),
txt("My camera! I've gotta get it fixed!", AYA.SURPRISED),
txt("Please, Aya. You can get another.", MOMIJI.UNINTERESTED),
txt("No, I really can't~!", AYA.NOTMYPROBLEM),
],[
@ -50,8 +50,8 @@ function txt_takanedies() {
msg = msglang([
txt("...That's about it. I'm clocking out."),
txt("Have fun getting whalloped without me, suckers."),
txt("...That's about it. I'm clocking out.", TAKANE.REASONING),
txt("Have fun getting whalloped without me, suckers.", TAKANE.ANGRY),
],[