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

@ -53,11 +53,13 @@
{"id":{"name":"draw_circle_curve","path":"scripts/draw_circle_curve/draw_circle_curve.yy",},"order":2,}, {"id":{"name":"draw_circle_curve","path":"scripts/draw_circle_curve/draw_circle_curve.yy",},"order":2,},
{"id":{"name":"s_momijidown","path":"sprites/s_momijidown/s_momijidown.yy",},"order":2,}, {"id":{"name":"s_momijidown","path":"sprites/s_momijidown/s_momijidown.yy",},"order":2,},
{"id":{"name":"camera_reset","path":"scripts/camera_reset/camera_reset.yy",},"order":0,}, {"id":{"name":"camera_reset","path":"scripts/camera_reset/camera_reset.yy",},"order":0,},
{"id":{"name":"s_bunnyface","path":"sprites/s_bunnyface/s_bunnyface.yy",},"order":7,},
{"id":{"name":"o_unit","path":"objects/o_unit/o_unit.yy",},"order":2,}, {"id":{"name":"o_unit","path":"objects/o_unit/o_unit.yy",},"order":2,},
{"id":{"name":"s_rabbittalk","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"order":4,}, {"id":{"name":"s_rabbittalk","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"order":4,},
{"id":{"name":"combat","path":"scripts/combat/combat.yy",},"order":13,}, {"id":{"name":"combat","path":"scripts/combat/combat.yy",},"order":13,},
{"id":{"name":"mod_negative","path":"scripts/mod_negative/mod_negative.yy",},"order":11,}, {"id":{"name":"mod_negative","path":"scripts/mod_negative/mod_negative.yy",},"order":11,},
{"id":{"name":"x_otherdudes","path":"scripts/x_otherdudes/x_otherdudes.yy",},"order":34,}, {"id":{"name":"x_otherdudes","path":"scripts/x_otherdudes/x_otherdudes.yy",},"order":34,},
{"id":{"name":"s_bunnyface2","path":"sprites/s_bunnyface2/s_bunnyface2.yy",},"order":8,},
{"id":{"name":"draw_circle_width","path":"scripts/draw_circle_width/draw_circle_width.yy",},"order":3,}, {"id":{"name":"draw_circle_width","path":"scripts/draw_circle_width/draw_circle_width.yy",},"order":3,},
{"id":{"name":"gcd","path":"scripts/gcd/gcd.yy",},"order":5,}, {"id":{"name":"gcd","path":"scripts/gcd/gcd.yy",},"order":5,},
{"id":{"name":"string_extend_digits","path":"scripts/string_extend_digits/string_extend_digits.yy",},"order":18,}, {"id":{"name":"string_extend_digits","path":"scripts/string_extend_digits/string_extend_digits.yy",},"order":18,},

View File

@ -1,6 +1,10 @@
if hoveredunit != noone { if hoveredunit != noone {
draw_set_color(c_white);
draw_set_font(ft_chiaro); draw_set_font(ft_chiaro);
draw_set_color(c_black); draw_sprite_ext(s_box, 0, 0, 0, string_width(hoveredunit.data.name)/30+.5, .75, 0, c_white, 1);
draw_set_halign(fa_center);
draw_text(7+string_width(hoveredunit.data.name)/2, -10, hoveredunit.data.name);
draw_sprite(hoveredunit.data.face, 0, 32, 53);
//draw_rectangle(global.gw, global.gh, global.gw-140, global.gh-(array_length(hoveredunit.inventory)-1)*32-16, false); //draw_rectangle(global.gw, global.gh, global.gw-140, global.gh-(array_length(hoveredunit.inventory)-1)*32-16, false);
//draw_sprite(s_box, 0, global.gw-140, global.gh-(array_length(hoveredunit.inventory)-1)*32-16); //draw_sprite(s_box, 0, global.gw-140, global.gh-(array_length(hoveredunit.inventory)-1)*32-16);
draw_sprite_ext(s_box, 0, global.gw, global.gh, 4, .5+((array_length(hoveredunit.inventory)-1)*32-16)/30, 180, c_white, 1); draw_sprite_ext(s_box, 0, global.gw, global.gh, 4, .5+((array_length(hoveredunit.inventory)-1)*32-16)/30, 180, c_white, 1);
@ -15,11 +19,11 @@ if hoveredunit != noone {
var dudes = c_getstats(hoveredunit); var dudes = c_getstats(hoveredunit);
draw_set_color(c_black); draw_set_color(c_black);
//draw_rectangle(0, 0, 100, (array_length(dudes)-1)*32+16, false); //draw_rectangle(0, 0, 100, (array_length(dudes)-1)*32+16, false);
draw_sprite_ext(s_box, 0, 0, 0, 2.5, .5+((array_length(dudes)-1)*32-16)/30, 0, c_white, 1); draw_sprite_ext(s_box, 0, 0, 85, 2.5, -.5+((array_length(dudes)-1)*32-16)/30, 0, c_white, 1);
draw_set_color(c_white); draw_set_color(c_white);
var i; var i;
for (i=0; i<array_length(dudes); i++) { for (i=0; i<array_length(dudes); i++) {
draw_text(10, 5+i*20, dudes[i].name + ": " + string(dudes[i].val)); draw_text(10, 78+i*20, dudes[i].name + ": " + string(dudes[i].val));
} }
draw_set_halign(fa_left); draw_set_halign(fa_left);
} }

View File

@ -1,10 +1,10 @@
{ {
"option_windows_display_name": "TOUHOU FIRE EMBLEM", "option_windows_display_name": "東方兎闘 ~ Crescent Incursion",
"option_windows_executable_name": "${project_name}.exe", "option_windows_executable_name": "${project_name}.exe",
"option_windows_version": "1.3.3.7", "option_windows_version": "1.3.3.7",
"option_windows_company_info": "us", "option_windows_company_info": "us",
"option_windows_product_info": "this", "option_windows_product_info": "this",
"option_windows_copyright_info": "me", "option_windows_copyright_info": "aeon",
"option_windows_description_info": "emblemgame", "option_windows_description_info": "emblemgame",
"option_windows_display_cursor": false, "option_windows_display_cursor": false,
"option_windows_icon": "${base_options_dir}/windows/icons/icon.ico", "option_windows_icon": "${base_options_dir}/windows/icons/icon.ico",

View File

@ -2,17 +2,19 @@ function txt_aya() {
msg = msglang([ msg = msglang([
txt("Ayaya!"), txt("Ayaya!", AYA.SURPRISED),
txt("Stop right there!"), txt("Stop right there!"),
txt("I was flying around to try to find a scoop!"), txt("I was flying around to try to find a scoop!", AYA.SURPRISED),
txt("Whats going on!?"), txt("Whats going on!?", AYA.SURPRISED),
],[ ],[
txt("あやや!"), txt("あやや!", AYA.SURPRISED),
txt("フリーズ!"), txt("フリーズ!"),
txt("一人で飛んで記事を見つけたかったんだよ!"), txt("一人で飛んで記事を見つけたかったんだよ!", AYA.SURPRISED),
txt("何これ!?"), txt("何これ!?", AYA.SURPRISED),
]) ])

View File

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

View File

@ -2,37 +2,38 @@ function txt_intro() {
msg = msglang([ msg = msglang([
txt("Checkmate!"), txt("Checkmate!", MOMIJI.SMUG),
txt("Aw man! No matter what I do, I cant seem to beat you!"), txt("Aw man! No matter what I do, I cant seem to beat you!", NITORI.SHOCKED),
txt("Hehe! You gotta plan out a lot of your moves ahead of time in Shogi."), txt("Hehe! You gotta plan out a lot of your moves ahead of time in Shogi.", MOMIJI.SMUG),
txt("One move leads into another, and then another, and then..."), txt("One move leads into another, and then another, and then...", MOMIJI.HAPPY),
txt("Yeah, yeah. I dont think I can match your wit."), txt("Yeah, yeah. I dont think I can match your wit.", NITORI.ANNOYED),
txt("Well, practice makes perfect."), txt("Well, practice makes perfect.", MOMIJI.NEUTRAL),
txt("Why dont we play-"), txt("Why dont we play-", MOMIJI.HAPPY),
//txt("!!! (Emphasis sound effect)"), //txt("!!! (Emphasis sound effect)", MOMIJI.ANNOYED),
txt("Someones coming."), txt("Someones coming.", MOMIJI.ANGRY),
txt("Huh?"), txt("Huh?", NITORI.HAPPY),
txt("Rabbits have surrounded the Kappas hideout"), txt("Rabbits have surrounded the Kappas hideout"),
txt("Lunarians!? Theyll overrun the hideout at this rate!"), txt("Lunarians!? Theyll overrun the hideout at this rate!", NITORI.SHOCKED),
txt("Not just the hideout, the entire mountain too!"), txt("Not just the hideout, the entire mountain too!", MOMIJI.ANNOYED),
txt("Weve got to stop them!"), txt("Weve got to stop them!", MOMIJI.ANGRY),
],[ ],[
txt("つみ!"), txt("つみ!", MOMIJI.SMUG),
txt("くっそー! どうしても勝てれない!"), txt("くっそー! どうしても勝てれない!", NITORI.SHOCKED),
txt("うふふ! 将棋では、たくさん計画を考えなきゃ。"), txt("うふふ! 将棋では、たくさん計画を考えなきゃ。", MOMIJI.HAPPY),
txt("一つの行動が、次の行動につながり、さらに次の行動へ..."), txt("一つの行動が、次の行動につながり、さらに次の行動へ...", MOMIJI.HAPPY),
txt("はい、はい。私より椛の機知が強いんだ。"), txt("はい、はい。私より椛の機知が強いんだ。", NITORI.ANNOYED),
txt("習うより慣れろ。"), txt("習うより慣れろ。", MOMIJI.NEUTRAL),
txt("それでも、もういち..."), txt("それでも、もういち...", MOMIJI.HAPPY),
//txt("!!! (Emphasis sound effect)"), //txt("!!! (Emphasis sound effect)", MOMIJI.ANNOYED),
txt("誰か来るぞ。"), txt("誰か来るぞ。", MOMIJI.ANGRY),
txt("え?"), txt("え?", NITORI.HAPPY),
txt("Rabbits have surrounded the Kappas hideout"), txt("Rabbits have surrounded the Kappas hideout"),
txt("月人!?このまま、あいつらはハイドアウトを侵略する!"), txt("月人!?このまま、あいつらはハイドアウトを侵略する!", NITORI.SHOCKED),
txt("山も!"), txt("山も!", MOMIJI.ANNOYED),
txt("我らは、月人を止められなきゃ!"), txt("我らは、月人を止められなきゃ!", MOMIJI.ANGRY),
]) ])

View File

@ -2,25 +2,26 @@ function txt_momijiyaya() {
msg = msglang([ msg = msglang([
txt("Oh great, you..."), txt("Oh great, you...", MOMIJI.ANNOYED),
txt("Hm? Arent you happy to see your savior?"), txt("Hm? Arent you happy to see your savior?", AYA.SMUG),
txt("I dont need you!"), txt("I dont need you!", MOMIJI.ANGRY),
txt("Alright then, I guess Ill just be on my way…"), txt("Alright then, I guess Ill just be on my way…", AYA.NOTMYPROBLEM),
txt("...Wait."), txt("...Wait.", MOMIJI.UNINTERESTED),
txt("Hehe, thats what I thought. Do you want to ask me for help?"), txt("Hehe, thats what I thought. Do you want to ask me for help?", AYA.HAPPY),
txt("Dont push it."), txt("Dont push it.", MOMIJI.ANGRY),
txt("Fiiinnne."), txt("Fiiinnne.", AYA.BORED),
],[ ],[
txt("面倒が来た..."), txt("面倒が来た...", MOMIJI.ANNOYED),
txt("えええ?勇者に会えて嬉しくないのか?"), txt("えええ?勇者に会えて嬉しくないのか?", AYA.SMUG),
txt("お前が必要がない!"), txt("お前が必要がない!", MOMIJI.ANGRY),
txt("分かった!じゃあね!"), txt("分かった!じゃあね!", AYA.NOTMYPROBLEM),
txt("...待って。"), txt("...待って。", MOMIJI.UNINTERESTED),
txt("クスクス!やっぱりね。私の助けが欲しいのか?"), txt("クスクス!やっぱりね。私の助けが欲しいのか?", AYA.HAPPY),
txt("調子に乗るな。"), txt("調子に乗るな。", MOMIJI.ANGRY),
txt("はい、はい。"), txt("はい、はい。", AYA.BORED),
]) ])

View File

@ -3,31 +3,29 @@ function txt_momijiyreisen() {
msg = msglang([ msg = msglang([
txt("Are you the commander of the other side?"), txt("Are you the commander of the other side?", REISEN.WOBBLE),
txt("Uh, I just play Shogi. I dont really command people."), txt("Uh, I just play Shogi. I dont really command people.", MOMIJI.CONFUSED),
txt("Oh. This... This is my first day on the job. Im a bit nervous."), txt("Oh. This... This is my first day on the job. Im a bit nervous.", REISEN.WOBBLE),
global.everyonealive ? [ txt("Well, the enemy arrangement gave us trouble, you certainly did a good job with that.", MOMIJI.NEUTRAL),
txt("Well, the enemy arrangement gave us trouble, you certainly did a good job with that."), txt("R-Really!?", REISEN.WOBBLE),
txt("R-Really!?"), txt("Yeah! Everyone was positioned very strategically.", MOMIJI.HAPPY),
txt("Yeah! Everyone was positioned very strategically."), txt("...But, I cant have you stay on this mountain any longer.", MOMIJI.ANGRY),
] : [ txt("...Of course.", REISEN.POUTING),
txt(""), txt("Well then, this battle ends here!", REISEN.POUTING),
],
txt("...But, I cant have you stay on this mountain any longer."),
txt("...Of course."),
txt("Well then, this battle ends here!"),
],[ ],[
txt("あなたは...敵の少佐ですか"), txt("あなたは...敵の少佐ですか?", REISEN.WOBBLE),
txt("ええ...私は将棋をできる人だけ..."), txt("ええ...私は将棋をできる人だけ...", MOMIJI.CONFUSED),
txt("あ。今日は私の一日目です。ちょっと近著しています..."), txt("あ。今日は私の一日目です。ちょっと近著しています...", REISEN.WOBBLE),
txt("まあぁ、君たちの配置は強かった。"), txt("まあぁ、君たちの配置は強かった。", MOMIJI.NEUTRAL),
txt("ほ...本当!?"), txt("ほ...本当!?", REISEN.WOBBLE),
txt("うん。 月人の戦場はとても戦略がいい。"), txt("うん。 月人の戦場はとても戦略がいい。", MOMIJI.HAPPY),
txt("...でも、山に滞在しない。"), txt("...でも、山に滞在しない。", MOMIJI.ANGRY),
txt("...分かります。"), txt("...分かります。", REISEN.POUTING),
txt("それじゃ、私はあなたを倒します!"), txt("それじゃ、私はあなたを倒します!", REISEN.POUTING),
]) ])

View File

@ -2,25 +2,27 @@ function txt_momijiytkn() {
msg = msglang([ msg = msglang([
txt("Ah! Ive been spotted!"), txt("Ah! Ive been spotted!", TAKANE.SURPRISED),
txt("What are you doing here?"), txt("What are you doing here?", MOMIJI.NEUTRAL),
txt("Well, I was keeping an eye on the River Kappa..."), txt("Well, I was keeping an eye on the River Kappa...", TAKANE.REASONING),
txt("But then those rabbits showed up out of nowhere!"), txt("But then those rabbits showed up out of nowhere!", TAKANE.SURPRISED),
txt("How am I supposed to get home now..."), txt("How am I supposed to get home now...", TAKANE.SURPRISED),
txt("There wont be a home to go to if these rabbits have their way."), txt("There wont be a home to go to if these rabbits have their way.", MOMIJI.ANNOYED),
txt("Why dont you join up with us? We can fight them off together."), txt("Why dont you join up with us? We can fight them off together.", MOMIJI.NEUTRAL),
txt("Well, it beats dying alone…"), txt("Well, it beats dying alone...", TAKANE.REASONING),
],[ ],[
txt("しまった!見つかっちゃった!"), txt("しまった!見つかっちゃった!", TAKANE.SURPRISED),
txt("ここで何をしてる?"), txt("ここで何をしてる?", MOMIJI.NEUTRAL),
txt("ええ、河童を見ていますが..."), txt("ええ、河童を見ていますが...", TAKANE.REASONING),
txt("でも、びっくりにそのウサギがあわれだ!"), txt("でも、びっくりにそのウサギがあわれだ!", TAKANE.SURPRISED),
txt("このままで、どうすれば帰れる?"), txt("このままで、どうすれば帰れる?", TAKANE.SURPRISED),
txt("ウサギに乗っ取られたら、山童か河童か、この山に帰れない。"), txt("ウサギに乗っ取られたら、山童か河童か、この山に帰れない。", MOMIJI.ANNOYED),
txt("君は私たちに参加しないか? 一緒に ウナギを潰す。"), txt("君は私たちに参加しないか? 一緒に ウナギを潰す。", MOMIJI.NEUTRAL),
txt("え、こりゃあ一人で死ぬよりましかも..."), txt("え、こりゃあ一人で死ぬよりましかも...", TAKANE.REASONING),
]) ])

View File

@ -2,28 +2,29 @@ function txt_nitoriytkn() {
msg = msglang([ msg = msglang([
txt("Aaah!"), txt("Aaah!", TAKANE.SURPRISED),
txt("A Yamawaro! Gah, I thought we told you to stay out of our territory!"), txt("A Yamawaro! Gah, I thought we told you to stay out of our territory!", NITORI.ANGRY),
txt("Hey! You have Scouts down by our base too, dontcha!?"), txt("Hey! You have Scouts down by our base too, dontcha!?", TAKANE.ANGRY),
txt("T-Thats confidential!"), txt("T-Thats confidential!",NITORI.SHOCKED),
txt("...I guess this doesnt matter right now!"), txt("...I guess this doesnt matter right now!", NITORI.ANNOYED),
txt("Listen, if these rabbits overrun us, both the river and mountain Kappa will be toast."), txt("Listen, if these rabbits overrun us, both the river and mountain Kappa will be toast.", NITORI.ANNOYED),
txt("Help us take them out!"), txt("Help us take them out!", NITORI.ANGRY),
txt("A River Kappa and a Yamawaro side by side…"), txt("A River Kappa and a Yamawaro side by side...", TAKANE.REASONING),
txt("Well, if its our only way out of this, then sure!"), txt("Well, if its our only way out of this, then sure!", TAKANE.ANGRY),
],[ ],[
txt("うわあああ!"), txt("うわあああ!", TAKANE.SURPRISED),
txt("山童!?ガ!出て行くと言っただろ!"), txt("山童!?ガ!出て行くと言っただろ!", NITORI.ANGRY),
txt("ふん!河童の諜すこと、もう知っている!"), txt("ふん!河童の諜すこと、もう知っている!", TAKANE.ANGRY),
txt("ち... 違う!"), txt("ち... 違う!", NITORI.SHOCKED),
txt("…今、構わない!"), txt("…今、構わない!", NITORI.ANNOYED),
txt("ウサギに乗っ取られたら、河童と山童は破壊される!"), txt("ウサギに乗っ取られたら、河童と山童は破壊される!", NITORI.ANNOYED),
txt("私たちを参加しろ!"), txt("私たちを参加しろ!", NITORI.ANGRY),
txt("河童と山童..."), txt("河童と山童...", TAKANE.REASONING),
txt("…もう知らん!参加するよ。"), txt("...もう知らん!参加するよ。", TAKANE.ANGRY),
]) ])
endevent = c_null; endevent = c_null;

View File

@ -2,13 +2,15 @@ function txt_reisen() {
msg = msglang([ msg = msglang([
txt("E-Enemy spotted!"), txt("E-Enemy spotted!", REISEN.WOBBLE),
txt("Ill stop you here!"), txt("Ill stop you here!", REISEN.POUTING),
],[ ],[
txt("て...敵!"), txt("て...敵!", REISEN.WOBBLE),
txt("止まれ!"), txt("止まれ!", REISEN.POUTING),
]) ])

View File

@ -2,39 +2,41 @@ function txt_win() {
msg = msglang([ msg = msglang([
txt("Ow..."), txt("Ow...", REISEN.WOBBLE),
txt("Hm, You dont seem like a bad person"), txt("Hm, You dont seem like a bad person", MOMIJI.CONFUSED),
txt("Why are the rabbits attacking?"), txt("Why are the rabbits attacking?", MOMIJI.CONFUSED),
txt("We... Were looking to build a summer home on Earth."), txt("We... Were looking to build a summer home on Earth.", REISEN.WOBBLE),
txt("Youre lying."), txt("Youre lying.", MOMIJI.ANNOYED),
txt("...Okay, fine."), txt("...Okay, fine.", REISEN.POUTING),
txt("Lady Yorihime told me that were relocating to Gensokyo."), txt("Lady Yorihime told me that were relocating to Gensokyo.", REISEN.POUTING),
txt("Theres a great evil thats taken over the Moon."), txt("Theres a great evil thats taken over the Moon.", REISEN.WOBBLE),
txt("So, were going to be staying here."), txt("So, were going to be staying here.", REISEN.WOBBLE),
txt("An invasion from the Lunar Capital..."), txt("An invasion from the Lunar Capital...", AYA.SURPRISED),
txt("Im guessing Reimu and her friends will find their way to the Moon…"), txt("Im guessing Reimu and her friends will find their way to the Moon…", AYA.HAPPY),
txt("...Which leaves us to defend the surface."), txt("...Which leaves us to defend the surface.", AYA.HAPPY),
txt("Think youre up to it, miss Shogi master?"), txt("Think youre up to it, miss Shogi master?", NITORI.HAPPY),
txt("...I wont let anyone take over my home."), txt("...I wont let anyone take over my home.", MOMIJI.ANGRY),
txt("Okay! Lets drive these Lunarians out of here!"), txt("Okay! Lets drive these Lunarians out of here!", MOMIJI.DETERMINED),
],[ ],[
txt("いった。。。"), txt("いった...", REISEN.WOBBLE),
txt("えっと...、 君は悪に見えない。"), txt("えっと、 君は悪に見えない。", MOMIJI.CONFUSED),
txt("なぜうさぎは攻撃しているのか?"), txt("なぜうさぎは攻撃しているのか?", MOMIJI,CONFUSED),
txt("私たちは…海外旅行に行きたかったです...か?"), txt("私たちは…海外旅行に行きたかったです...か?", REISEN.WOBBLE),
txt("...それは弱い噓だぞ。"), txt("...それは弱い噓だぞ。", MOMIJI.ANNOYED),
txt("...チェ。"), txt("...チェ。", REISEN.POUTING),
txt("幻想郷に月人が引っ越すと依姫さまから聞きました"), txt("幻想郷に月人が引っ越すと依姫さまから聞きました", REISEN.POUTING),
txt("巨悪が月に侵略しました。"), txt("巨悪が月に侵略しました。", REISEN.WOBBLE),
txt("そんなわけで、私たちは移住します。"), txt("そんなわけで、私たちは移住します。", REISEN.WOBBLE),
txt("月の来襲か... "), txt("月の来襲か... ", AYA.SURPRISED),
txt("おそらく霊夢たちは直ぐに月に行く..."), txt("おそらく霊夢たちは直ぐに月に行く...", AYA.HAPPY),
txt("...そして、我らは幻想郷を守る。"), txt("...そして、我らは幻想郷を守る。", AYA.HAPPY),
txt("棋士さん、出来る?"), txt("棋士さん、出来る?", NITORI.HAPPY),
txt("...私は誰にも祖国を乗っ取らせない。"), txt("...私は誰にも祖国を乗っ取らせない。", MOMIJI.ANGRY),
txt("よし!我らは月人を追い出す!"), txt("よし!我らは月人を追い出す!", MOMIJI.DETERMINED),
]) ])

View File

@ -15,6 +15,7 @@ function unit(personaldata_, classdata_, stats_) constructor {
up = personaldata_.up; up = personaldata_.up;
down = personaldata_.down; down = personaldata_.down;
aitype = personaldata_.aitype; aitype = personaldata_.aitype;
face = personaldata_.face;
alignment = noone; alignment = noone;
var i; var i;
for (i=0; i<array_length(stats_); i++) { for (i=0; i<array_length(stats_); i++) {

View File

@ -5,6 +5,7 @@ mydata = {
idle: s_bunny, idle: s_bunny,
up: s_bunnyup, up: s_bunnyup,
down: s_bunnydown, down: s_bunnydown,
face: s_bunnyface,
aitype: AI.KILLER, aitype: AI.KILLER,
} }
nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]);
@ -16,6 +17,7 @@ mydata = {
idle: s_bunny, idle: s_bunny,
up: s_bunnyup, up: s_bunnyup,
down: s_bunnydown, down: s_bunnydown,
face: s_bunnyface,
aitype: AI.KILLER, aitype: AI.KILLER,
} }
nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]);
@ -26,6 +28,7 @@ mydata = {
idle: s_bunny, idle: s_bunny,
up: s_bunnyup, up: s_bunnyup,
down: s_bunnydown, down: s_bunnydown,
face: s_bunnyface2,
aitype: AI.KILLER, aitype: AI.KILLER,
} }
nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]);
@ -36,6 +39,7 @@ mydata = {
idle: s_bunny, idle: s_bunny,
up: s_bunnyup, up: s_bunnyup,
down: s_bunnydown, down: s_bunnydown,
face: s_bunnyface,
aitype: AI.KILLER, aitype: AI.KILLER,
} }
nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]);
@ -46,6 +50,7 @@ mydata = {
idle: s_bunny, idle: s_bunny,
up: s_bunnyup, up: s_bunnyup,
down: s_bunnydown, down: s_bunnydown,
face: s_bunnyface,
aitype: AI.KILLER, aitype: AI.KILLER,
} }
nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]);
@ -56,6 +61,7 @@ mydata = {
idle: s_bunny, idle: s_bunny,
up: s_bunnyup, up: s_bunnyup,
down: s_bunnydown, down: s_bunnydown,
face: s_bunnyface,
aitype: AI.KILLER, aitype: AI.KILLER,
} }
nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]);
@ -66,6 +72,7 @@ mydata = {
idle: s_bunny, idle: s_bunny,
up: s_bunnyup, up: s_bunnyup,
down: s_bunnydown, down: s_bunnydown,
face: s_bunnyface,
aitype: AI.KILLER, aitype: AI.KILLER,
} }
nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]);
@ -76,6 +83,7 @@ mydata = {
idle: s_bunny, idle: s_bunny,
up: s_bunnyup, up: s_bunnyup,
down: s_bunnydown, down: s_bunnydown,
face: s_bunnyface,
aitype: AI.KILLER, aitype: AI.KILLER,
} }
nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]);
@ -86,6 +94,7 @@ mydata = {
idle: s_bunny, idle: s_bunny,
up: s_bunnyup, up: s_bunnyup,
down: s_bunnydown, down: s_bunnydown,
face: s_bunnyface,
aitype: AI.KILLER, aitype: AI.KILLER,
} }
nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]);
@ -96,6 +105,7 @@ mydata = {
idle: s_bunny, idle: s_bunny,
up: s_bunnyup, up: s_bunnyup,
down: s_bunnydown, down: s_bunnydown,
face: s_bunnyface2,
aitype: AI.KILLER, aitype: AI.KILLER,
} }
nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(25), st.str.add(9), st.def.add(7), st.spd.add(7), st.mov.add(4), st.hit.add(0), st.rng.add(1)]);
@ -107,6 +117,7 @@ mydata = {
idle: s_bunny, idle: s_bunny,
up: s_bunnyup, up: s_bunnyup,
down: s_bunnydown, down: s_bunnydown,
face: s_bunnyface,
aitype: AI.WAITER, aitype: AI.WAITER,
} }
nu unit(mydata, mydata, [st.hp.add(20), st.str.add(8), st.def.add(8), st.spd.add(10), st.mov.add(0), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(20), st.str.add(8), st.def.add(8), st.spd.add(10), st.mov.add(0), st.hit.add(0), st.rng.add(1)]);
@ -117,6 +128,7 @@ mydata = {
idle: s_bunny, idle: s_bunny,
up: s_bunnyup, up: s_bunnyup,
down: s_bunnydown, down: s_bunnydown,
face: s_bunnyface2,
aitype: AI.WAITER, aitype: AI.WAITER,
} }
nu unit(mydata, mydata, [st.hp.add(20), st.str.add(8), st.def.add(8), st.spd.add(10), st.mov.add(0), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(20), st.str.add(8), st.def.add(8), st.spd.add(10), st.mov.add(0), st.hit.add(0), st.rng.add(1)]);
@ -127,6 +139,7 @@ mydata = {
idle: s_bunny, idle: s_bunny,
up: s_bunnyup, up: s_bunnyup,
down: s_bunnydown, down: s_bunnydown,
face: s_bunnyface2,
aitype: AI.WAITER, aitype: AI.WAITER,
} }
nu unit(mydata, mydata, [st.hp.add(20), st.str.add(8), st.def.add(8), st.spd.add(10), st.mov.add(0), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(20), st.str.add(8), st.def.add(8), st.spd.add(10), st.mov.add(0), st.hit.add(0), st.rng.add(1)]);
@ -137,6 +150,7 @@ mydata = {
idle: s_bunny, idle: s_bunny,
up: s_bunnyup, up: s_bunnyup,
down: s_bunnydown, down: s_bunnydown,
face: s_bunnyface,
aitype: AI.WAITER, aitype: AI.WAITER,
} }
nu unit(mydata, mydata, [st.hp.add(20), st.str.add(8), st.def.add(8), st.spd.add(10), st.mov.add(0), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(20), st.str.add(8), st.def.add(8), st.spd.add(10), st.mov.add(0), st.hit.add(0), st.rng.add(1)]);
@ -147,6 +161,7 @@ mydata = {
idle: s_bunny, idle: s_bunny,
up: s_bunnyup, up: s_bunnyup,
down: s_bunnydown, down: s_bunnydown,
face: s_bunnyface2,
aitype: AI.ESCAPER, aitype: AI.ESCAPER,
} }
nu unit(mydata, mydata, [st.hp.add(20), st.str.add(6), st.def.add(4), st.spd.add(15), st.mov.add(3), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(20), st.str.add(6), st.def.add(4), st.spd.add(15), st.mov.add(3), st.hit.add(0), st.rng.add(1)]);
@ -159,6 +174,7 @@ mydata = {
idle: s_reisen, idle: s_reisen,
up: s_reisenup, up: s_reisenup,
down: s_reisendown, down: s_reisendown,
face: s_reisentalk,
aitype: AI.WAITER, aitype: AI.WAITER,
} }
nu unit(mydata, mydata, [st.hp.add(40), st.str.add(14), st.def.add(10), st.spd.add(13), st.mov.add(2), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(40), st.str.add(14), st.def.add(10), st.spd.add(13), st.mov.add(2), st.hit.add(0), st.rng.add(1)]);

View File

@ -15,6 +15,7 @@ mydata = {
idle: s_momiji, idle: s_momiji,
up: s_momijiup, up: s_momijiup,
down: s_momijidown, down: s_momijidown,
face: s_momijitalk,
aitype: AI.KILLER, aitype: AI.KILLER,
} }
nu unit(mydata, mydata, [st.hp.add(30), st.str.add(12), st.def.add(8), st.spd.add(10), st.mov.add(4), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(30), st.str.add(12), st.def.add(8), st.spd.add(10), st.mov.add(4), st.hit.add(0), st.rng.add(1)]);
@ -25,6 +26,7 @@ mydata = {
idle: s_nitori, idle: s_nitori,
up: s_nitoriup, up: s_nitoriup,
down: s_nitoridown, down: s_nitoridown,
face: s_nitoritalk,
aitype: AI.KILLER, aitype: AI.KILLER,
} }
nu unit(mydata, mydata, [st.hp.add(34), st.str.add(10), st.def.add(6), st.spd.add(6), st.mov.add(4), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(34), st.str.add(10), st.def.add(6), st.spd.add(6), st.mov.add(4), st.hit.add(0), st.rng.add(1)]);
@ -35,6 +37,7 @@ mydata = {
idle: s_aya, idle: s_aya,
up: s_ayaup, up: s_ayaup,
down: s_ayadown, down: s_ayadown,
face: s_ayatalk,
aitype: AI.KILLER, aitype: AI.KILLER,
} }
nu unit(mydata, mydata, [st.hp.add(35), st.str.add(13), st.def.add(3), st.spd.add(13), st.mov.add(5), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(35), st.str.add(13), st.def.add(3), st.spd.add(13), st.mov.add(5), st.hit.add(0), st.rng.add(1)]);
@ -45,6 +48,7 @@ mydata = {
idle: s_takane, idle: s_takane,
up: s_takaneup, up: s_takaneup,
down: s_takanedown, down: s_takanedown,
face: s_talkane,
aitype: AI.KILLER, aitype: AI.KILLER,
} }
nu unit(mydata, mydata, [st.hp.add(27), st.str.add(7), st.def.add(6), st.spd.add(6), st.mov.add(4), st.hit.add(0), st.rng.add(1)]); nu unit(mydata, mydata, [st.hp.add(27), st.str.add(7), st.def.add(6), st.spd.add(6), st.mov.add(4), st.hit.add(0), st.rng.add(1)]);

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,95 @@
{
"bboxMode": 0,
"collisionKind": 0,
"type": 0,
"origin": 4,
"preMultiplyAlpha": false,
"edgeFiltering": false,
"collisionTolerance": 0,
"swfPrecision": 2.525,
"bbox_left": 0,
"bbox_right": 59,
"bbox_top": 0,
"bbox_bottom": 63,
"HTile": false,
"VTile": false,
"For3D": false,
"width": 64,
"height": 64,
"textureGroupId": {
"name": "Default",
"path": "texturegroups/Default",
},
"swatchColours": null,
"gridX": 0,
"gridY": 0,
"frames": [
{"compositeImage":{"FrameId":{"name":"87fd1c44-e1aa-4400-9cc7-e0210c74d36e","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"87fd1c44-e1aa-4400-9cc7-e0210c74d36e","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_ayatalk","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"87fd1c44-e1aa-4400-9cc7-e0210c74d36e","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"3c660cb6-51ac-4ef9-ac5c-6701f9556dcf","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"3c660cb6-51ac-4ef9-ac5c-6701f9556dcf","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_ayatalk","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"3c660cb6-51ac-4ef9-ac5c-6701f9556dcf","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"f5fe904b-d971-45d2-9c65-64b2e727eca9","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"f5fe904b-d971-45d2-9c65-64b2e727eca9","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_ayatalk","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"f5fe904b-d971-45d2-9c65-64b2e727eca9","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"3d9adf17-a145-4574-bdbd-63564d9693b1","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"3d9adf17-a145-4574-bdbd-63564d9693b1","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_ayatalk","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"3d9adf17-a145-4574-bdbd-63564d9693b1","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"f6794bf0-9003-4383-8905-3d0b18f3dc29","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"f6794bf0-9003-4383-8905-3d0b18f3dc29","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_ayatalk","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"f6794bf0-9003-4383-8905-3d0b18f3dc29","tags":[],"resourceType":"GMSpriteFrame",},
],
"sequence": {
"spriteId": {"name":"s_ayatalk","path":"sprites/s_ayatalk/s_ayatalk.yy",},
"timeUnits": 1,
"playback": 1,
"playbackSpeed": 30.0,
"playbackSpeedType": 0,
"autoRecord": true,
"volume": 1.0,
"length": 5.0,
"events": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MessageEventKeyframe>",},
"moments": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MomentsEventKeyframe>",},
"tracks": [
{"name":"frames","spriteId":null,"keyframes":{"Keyframes":[
{"id":"0a4ad936-b115-4611-82c7-59af98368c5d","Key":0.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"87fd1c44-e1aa-4400-9cc7-e0210c74d36e","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"0dc57efd-9d4c-431a-85d7-a4de9e59ebaa","Key":1.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"3c660cb6-51ac-4ef9-ac5c-6701f9556dcf","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"9cd550cf-d286-4392-9560-e18ab8ee04dd","Key":2.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"f5fe904b-d971-45d2-9c65-64b2e727eca9","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"9ede7343-e839-4ead-8ae1-8114fab9524e","Key":3.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"3d9adf17-a145-4574-bdbd-63564d9693b1","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"48b495ca-8ca6-41d1-8b04-23c42770584f","Key":4.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"f6794bf0-9003-4383-8905-3d0b18f3dc29","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
],"resourceVersion":"1.0","resourceType":"KeyframeStore<SpriteFrameKeyframe>",},"trackColour":0,"inheritsTrackColour":true,"builtinName":0,"traits":0,"interpolation":1,"tracks":[],"events":[],"modifiers":[],"isCreationTrack":false,"resourceVersion":"1.0","tags":[],"resourceType":"GMSpriteFramesTrack",},
],
"visibleRange": null,
"lockOrigin": false,
"showBackdrop": true,
"showBackdropImage": false,
"backdropImagePath": "",
"backdropImageOpacity": 0.5,
"backdropWidth": 1366,
"backdropHeight": 768,
"backdropXOffset": 0.0,
"backdropYOffset": 0.0,
"xorigin": 32,
"yorigin": 32,
"eventToFunction": {},
"eventStubScript": null,
"parent": {"name":"s_ayatalk","path":"sprites/s_ayatalk/s_ayatalk.yy",},
"resourceVersion": "1.3",
"name": "s_ayatalk",
"tags": [],
"resourceType": "GMSequence",
},
"layers": [
{"visible":true,"isLocked":false,"blendMode":0,"opacity":100.0,"displayName":"default","resourceVersion":"1.0","name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","tags":[],"resourceType":"GMImageLayer",},
],
"nineSlice": null,
"parent": {
"name": "talksprites",
"path": "folders/Sprites/talksprites.yy",
},
"resourceVersion": "1.0",
"name": "s_ayatalk",
"tags": [],
"resourceType": "GMSprite",
}

View File

@ -0,0 +1,83 @@
{
"bboxMode": 0,
"collisionKind": 0,
"type": 0,
"origin": 4,
"preMultiplyAlpha": false,
"edgeFiltering": false,
"collisionTolerance": 0,
"swfPrecision": 2.525,
"bbox_left": 0,
"bbox_right": 62,
"bbox_top": 1,
"bbox_bottom": 63,
"HTile": false,
"VTile": false,
"For3D": false,
"width": 64,
"height": 64,
"textureGroupId": {
"name": "Default",
"path": "texturegroups/Default",
},
"swatchColours": null,
"gridX": 0,
"gridY": 0,
"frames": [
{"compositeImage":{"FrameId":{"name":"668534a1-34b9-4b1f-8825-48cb009528f3","path":"sprites/s_bunnyface/s_bunnyface.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"668534a1-34b9-4b1f-8825-48cb009528f3","path":"sprites/s_bunnyface/s_bunnyface.yy",},"LayerId":{"name":"559238dc-2ffe-4a63-ac2b-7a95d7ce67a6","path":"sprites/s_bunnyface/s_bunnyface.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_bunnyface","path":"sprites/s_bunnyface/s_bunnyface.yy",},"resourceVersion":"1.0","name":"668534a1-34b9-4b1f-8825-48cb009528f3","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"fe822f9b-1784-4392-81ff-06ee006d92a3","path":"sprites/s_bunnyface/s_bunnyface.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"fe822f9b-1784-4392-81ff-06ee006d92a3","path":"sprites/s_bunnyface/s_bunnyface.yy",},"LayerId":{"name":"559238dc-2ffe-4a63-ac2b-7a95d7ce67a6","path":"sprites/s_bunnyface/s_bunnyface.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_bunnyface","path":"sprites/s_bunnyface/s_bunnyface.yy",},"resourceVersion":"1.0","name":"fe822f9b-1784-4392-81ff-06ee006d92a3","tags":[],"resourceType":"GMSpriteFrame",},
],
"sequence": {
"spriteId": {"name":"s_bunnyface","path":"sprites/s_bunnyface/s_bunnyface.yy",},
"timeUnits": 1,
"playback": 1,
"playbackSpeed": 30.0,
"playbackSpeedType": 0,
"autoRecord": true,
"volume": 1.0,
"length": 2.0,
"events": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MessageEventKeyframe>",},
"moments": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MomentsEventKeyframe>",},
"tracks": [
{"name":"frames","spriteId":null,"keyframes":{"Keyframes":[
{"id":"59122000-afb2-464e-84fa-b992cec6d292","Key":0.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"668534a1-34b9-4b1f-8825-48cb009528f3","path":"sprites/s_bunnyface/s_bunnyface.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"1db45057-0b42-4d2a-bb50-f6bcd2250be4","Key":1.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"fe822f9b-1784-4392-81ff-06ee006d92a3","path":"sprites/s_bunnyface/s_bunnyface.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
],"resourceVersion":"1.0","resourceType":"KeyframeStore<SpriteFrameKeyframe>",},"trackColour":0,"inheritsTrackColour":true,"builtinName":0,"traits":0,"interpolation":1,"tracks":[],"events":[],"modifiers":[],"isCreationTrack":false,"resourceVersion":"1.0","tags":[],"resourceType":"GMSpriteFramesTrack",},
],
"visibleRange": null,
"lockOrigin": false,
"showBackdrop": true,
"showBackdropImage": false,
"backdropImagePath": "",
"backdropImageOpacity": 0.5,
"backdropWidth": 1366,
"backdropHeight": 768,
"backdropXOffset": 0.0,
"backdropYOffset": 0.0,
"xorigin": 32,
"yorigin": 32,
"eventToFunction": {},
"eventStubScript": null,
"parent": {"name":"s_bunnyface","path":"sprites/s_bunnyface/s_bunnyface.yy",},
"resourceVersion": "1.3",
"name": "s_bunnyface",
"tags": [],
"resourceType": "GMSequence",
},
"layers": [
{"visible":true,"isLocked":false,"blendMode":0,"opacity":100.0,"displayName":"default","resourceVersion":"1.0","name":"559238dc-2ffe-4a63-ac2b-7a95d7ce67a6","tags":[],"resourceType":"GMImageLayer",},
],
"nineSlice": null,
"parent": {
"name": "talksprites",
"path": "folders/Sprites/talksprites.yy",
},
"resourceVersion": "1.0",
"name": "s_bunnyface",
"tags": [],
"resourceType": "GMSprite",
}

View File

@ -0,0 +1,83 @@
{
"bboxMode": 0,
"collisionKind": 0,
"type": 0,
"origin": 4,
"preMultiplyAlpha": false,
"edgeFiltering": false,
"collisionTolerance": 0,
"swfPrecision": 2.525,
"bbox_left": 0,
"bbox_right": 62,
"bbox_top": 1,
"bbox_bottom": 63,
"HTile": false,
"VTile": false,
"For3D": false,
"width": 64,
"height": 64,
"textureGroupId": {
"name": "Default",
"path": "texturegroups/Default",
},
"swatchColours": null,
"gridX": 0,
"gridY": 0,
"frames": [
{"compositeImage":{"FrameId":{"name":"fe822f9b-1784-4392-81ff-06ee006d92a3","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"fe822f9b-1784-4392-81ff-06ee006d92a3","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"LayerId":{"name":"559238dc-2ffe-4a63-ac2b-7a95d7ce67a6","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_rabbittalk","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"resourceVersion":"1.0","name":"fe822f9b-1784-4392-81ff-06ee006d92a3","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"668534a1-34b9-4b1f-8825-48cb009528f3","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"668534a1-34b9-4b1f-8825-48cb009528f3","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"LayerId":{"name":"559238dc-2ffe-4a63-ac2b-7a95d7ce67a6","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_rabbittalk","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"resourceVersion":"1.0","name":"668534a1-34b9-4b1f-8825-48cb009528f3","tags":[],"resourceType":"GMSpriteFrame",},
],
"sequence": {
"spriteId": {"name":"s_rabbittalk","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},
"timeUnits": 1,
"playback": 1,
"playbackSpeed": 30.0,
"playbackSpeedType": 0,
"autoRecord": true,
"volume": 1.0,
"length": 2.0,
"events": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MessageEventKeyframe>",},
"moments": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MomentsEventKeyframe>",},
"tracks": [
{"name":"frames","spriteId":null,"keyframes":{"Keyframes":[
{"id":"ed6be761-e4d2-4463-b665-aeccaf9f67ce","Key":0.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"fe822f9b-1784-4392-81ff-06ee006d92a3","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"0475dd16-c617-4b06-87fe-717ebaae2baf","Key":1.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"668534a1-34b9-4b1f-8825-48cb009528f3","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
],"resourceVersion":"1.0","resourceType":"KeyframeStore<SpriteFrameKeyframe>",},"trackColour":0,"inheritsTrackColour":true,"builtinName":0,"traits":0,"interpolation":1,"tracks":[],"events":[],"modifiers":[],"isCreationTrack":false,"resourceVersion":"1.0","tags":[],"resourceType":"GMSpriteFramesTrack",},
],
"visibleRange": null,
"lockOrigin": false,
"showBackdrop": true,
"showBackdropImage": false,
"backdropImagePath": "",
"backdropImageOpacity": 0.5,
"backdropWidth": 1366,
"backdropHeight": 768,
"backdropXOffset": 0.0,
"backdropYOffset": 0.0,
"xorigin": 32,
"yorigin": 32,
"eventToFunction": {},
"eventStubScript": null,
"parent": {"name":"s_rabbittalk","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},
"resourceVersion": "1.3",
"name": "s_rabbittalk",
"tags": [],
"resourceType": "GMSequence",
},
"layers": [
{"visible":true,"isLocked":false,"blendMode":0,"opacity":100.0,"displayName":"default","resourceVersion":"1.0","name":"559238dc-2ffe-4a63-ac2b-7a95d7ce67a6","tags":[],"resourceType":"GMImageLayer",},
],
"nineSlice": null,
"parent": {
"name": "talksprites",
"path": "folders/Sprites/talksprites.yy",
},
"resourceVersion": "1.0",
"name": "s_rabbittalk",
"tags": [],
"resourceType": "GMSprite",
}

View File

@ -0,0 +1,95 @@
{
"bboxMode": 0,
"collisionKind": 0,
"type": 0,
"origin": 4,
"preMultiplyAlpha": false,
"edgeFiltering": false,
"collisionTolerance": 0,
"swfPrecision": 2.525,
"bbox_left": 0,
"bbox_right": 59,
"bbox_top": 0,
"bbox_bottom": 63,
"HTile": false,
"VTile": false,
"For3D": false,
"width": 64,
"height": 64,
"textureGroupId": {
"name": "Default",
"path": "texturegroups/Default",
},
"swatchColours": null,
"gridX": 0,
"gridY": 0,
"frames": [
{"compositeImage":{"FrameId":{"name":"87fd1c44-e1aa-4400-9cc7-e0210c74d36e","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"87fd1c44-e1aa-4400-9cc7-e0210c74d36e","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_talkane","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"87fd1c44-e1aa-4400-9cc7-e0210c74d36e","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"3c660cb6-51ac-4ef9-ac5c-6701f9556dcf","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"3c660cb6-51ac-4ef9-ac5c-6701f9556dcf","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_talkane","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"3c660cb6-51ac-4ef9-ac5c-6701f9556dcf","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"f5fe904b-d971-45d2-9c65-64b2e727eca9","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"f5fe904b-d971-45d2-9c65-64b2e727eca9","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_talkane","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"f5fe904b-d971-45d2-9c65-64b2e727eca9","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"3d9adf17-a145-4574-bdbd-63564d9693b1","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"3d9adf17-a145-4574-bdbd-63564d9693b1","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_talkane","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"3d9adf17-a145-4574-bdbd-63564d9693b1","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"f6794bf0-9003-4383-8905-3d0b18f3dc29","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"f6794bf0-9003-4383-8905-3d0b18f3dc29","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_talkane","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"f6794bf0-9003-4383-8905-3d0b18f3dc29","tags":[],"resourceType":"GMSpriteFrame",},
],
"sequence": {
"spriteId": {"name":"s_talkane","path":"sprites/s_talkane/s_talkane.yy",},
"timeUnits": 1,
"playback": 1,
"playbackSpeed": 30.0,
"playbackSpeedType": 0,
"autoRecord": true,
"volume": 1.0,
"length": 5.0,
"events": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MessageEventKeyframe>",},
"moments": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MomentsEventKeyframe>",},
"tracks": [
{"name":"frames","spriteId":null,"keyframes":{"Keyframes":[
{"id":"8f3fcf18-4473-4efb-a7e2-3599bb1a3416","Key":0.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"87fd1c44-e1aa-4400-9cc7-e0210c74d36e","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"11361a4a-2e74-4847-b58a-06bc83fe2a21","Key":1.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"3c660cb6-51ac-4ef9-ac5c-6701f9556dcf","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"1cf512c6-5440-437f-8722-087d432f0dfa","Key":2.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"f5fe904b-d971-45d2-9c65-64b2e727eca9","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"fed30e48-3b4a-48f3-92b9-0ad196a63389","Key":3.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"3d9adf17-a145-4574-bdbd-63564d9693b1","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"ccee9ece-b2dd-425f-ab23-da1612d9235a","Key":4.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"f6794bf0-9003-4383-8905-3d0b18f3dc29","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
],"resourceVersion":"1.0","resourceType":"KeyframeStore<SpriteFrameKeyframe>",},"trackColour":0,"inheritsTrackColour":true,"builtinName":0,"traits":0,"interpolation":1,"tracks":[],"events":[],"modifiers":[],"isCreationTrack":false,"resourceVersion":"1.0","tags":[],"resourceType":"GMSpriteFramesTrack",},
],
"visibleRange": null,
"lockOrigin": false,
"showBackdrop": true,
"showBackdropImage": false,
"backdropImagePath": "",
"backdropImageOpacity": 0.5,
"backdropWidth": 1366,
"backdropHeight": 768,
"backdropXOffset": 0.0,
"backdropYOffset": 0.0,
"xorigin": 32,
"yorigin": 32,
"eventToFunction": {},
"eventStubScript": null,
"parent": {"name":"s_talkane","path":"sprites/s_talkane/s_talkane.yy",},
"resourceVersion": "1.3",
"name": "s_talkane",
"tags": [],
"resourceType": "GMSequence",
},
"layers": [
{"visible":true,"isLocked":false,"blendMode":0,"opacity":100.0,"displayName":"default","resourceVersion":"1.0","name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","tags":[],"resourceType":"GMImageLayer",},
],
"nineSlice": null,
"parent": {
"name": "talksprites",
"path": "folders/Sprites/talksprites.yy",
},
"resourceVersion": "1.0",
"name": "s_talkane",
"tags": [],
"resourceType": "GMSprite",
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,95 @@
{
"bboxMode": 0,
"collisionKind": 0,
"type": 0,
"origin": 4,
"preMultiplyAlpha": false,
"edgeFiltering": false,
"collisionTolerance": 0,
"swfPrecision": 2.525,
"bbox_left": 0,
"bbox_right": 59,
"bbox_top": 0,
"bbox_bottom": 63,
"HTile": false,
"VTile": false,
"For3D": false,
"width": 64,
"height": 64,
"textureGroupId": {
"name": "Default",
"path": "texturegroups/Default",
},
"swatchColours": null,
"gridX": 0,
"gridY": 0,
"frames": [
{"compositeImage":{"FrameId":{"name":"87fd1c44-e1aa-4400-9cc7-e0210c74d36e","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"87fd1c44-e1aa-4400-9cc7-e0210c74d36e","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_ayatalk","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"87fd1c44-e1aa-4400-9cc7-e0210c74d36e","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"3c660cb6-51ac-4ef9-ac5c-6701f9556dcf","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"3c660cb6-51ac-4ef9-ac5c-6701f9556dcf","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_ayatalk","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"3c660cb6-51ac-4ef9-ac5c-6701f9556dcf","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"f5fe904b-d971-45d2-9c65-64b2e727eca9","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"f5fe904b-d971-45d2-9c65-64b2e727eca9","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_ayatalk","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"f5fe904b-d971-45d2-9c65-64b2e727eca9","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"3d9adf17-a145-4574-bdbd-63564d9693b1","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"3d9adf17-a145-4574-bdbd-63564d9693b1","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_ayatalk","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"3d9adf17-a145-4574-bdbd-63564d9693b1","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"f6794bf0-9003-4383-8905-3d0b18f3dc29","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"f6794bf0-9003-4383-8905-3d0b18f3dc29","path":"sprites/s_ayatalk/s_ayatalk.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_ayatalk","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","name":"f6794bf0-9003-4383-8905-3d0b18f3dc29","tags":[],"resourceType":"GMSpriteFrame",},
],
"sequence": {
"spriteId": {"name":"s_ayatalk","path":"sprites/s_ayatalk/s_ayatalk.yy",},
"timeUnits": 1,
"playback": 1,
"playbackSpeed": 30.0,
"playbackSpeedType": 0,
"autoRecord": true,
"volume": 1.0,
"length": 5.0,
"events": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MessageEventKeyframe>",},
"moments": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MomentsEventKeyframe>",},
"tracks": [
{"name":"frames","spriteId":null,"keyframes":{"Keyframes":[
{"id":"0a4ad936-b115-4611-82c7-59af98368c5d","Key":0.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"87fd1c44-e1aa-4400-9cc7-e0210c74d36e","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"0dc57efd-9d4c-431a-85d7-a4de9e59ebaa","Key":1.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"3c660cb6-51ac-4ef9-ac5c-6701f9556dcf","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"9cd550cf-d286-4392-9560-e18ab8ee04dd","Key":2.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"f5fe904b-d971-45d2-9c65-64b2e727eca9","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"9ede7343-e839-4ead-8ae1-8114fab9524e","Key":3.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"3d9adf17-a145-4574-bdbd-63564d9693b1","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"48b495ca-8ca6-41d1-8b04-23c42770584f","Key":4.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"f6794bf0-9003-4383-8905-3d0b18f3dc29","path":"sprites/s_ayatalk/s_ayatalk.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
],"resourceVersion":"1.0","resourceType":"KeyframeStore<SpriteFrameKeyframe>",},"trackColour":0,"inheritsTrackColour":true,"builtinName":0,"traits":0,"interpolation":1,"tracks":[],"events":[],"modifiers":[],"isCreationTrack":false,"resourceVersion":"1.0","tags":[],"resourceType":"GMSpriteFramesTrack",},
],
"visibleRange": null,
"lockOrigin": false,
"showBackdrop": true,
"showBackdropImage": false,
"backdropImagePath": "",
"backdropImageOpacity": 0.5,
"backdropWidth": 1366,
"backdropHeight": 768,
"backdropXOffset": 0.0,
"backdropYOffset": 0.0,
"xorigin": 32,
"yorigin": 32,
"eventToFunction": {},
"eventStubScript": null,
"parent": {"name":"s_ayatalk","path":"sprites/s_ayatalk/s_ayatalk.yy",},
"resourceVersion": "1.3",
"name": "s_ayatalk",
"tags": [],
"resourceType": "GMSequence",
},
"layers": [
{"visible":true,"isLocked":false,"blendMode":0,"opacity":100.0,"displayName":"default","resourceVersion":"1.0","name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","tags":[],"resourceType":"GMImageLayer",},
],
"nineSlice": null,
"parent": {
"name": "talksprites",
"path": "folders/Sprites/talksprites.yy",
},
"resourceVersion": "1.0",
"name": "s_ayatalk",
"tags": [],
"resourceType": "GMSprite",
}

View File

@ -0,0 +1,83 @@
{
"bboxMode": 0,
"collisionKind": 0,
"type": 0,
"origin": 4,
"preMultiplyAlpha": false,
"edgeFiltering": false,
"collisionTolerance": 0,
"swfPrecision": 2.525,
"bbox_left": 0,
"bbox_right": 62,
"bbox_top": 1,
"bbox_bottom": 63,
"HTile": false,
"VTile": false,
"For3D": false,
"width": 64,
"height": 64,
"textureGroupId": {
"name": "Default",
"path": "texturegroups/Default",
},
"swatchColours": null,
"gridX": 0,
"gridY": 0,
"frames": [
{"compositeImage":{"FrameId":{"name":"fe822f9b-1784-4392-81ff-06ee006d92a3","path":"sprites/s_bunnyface/s_bunnyface.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"fe822f9b-1784-4392-81ff-06ee006d92a3","path":"sprites/s_bunnyface/s_bunnyface.yy",},"LayerId":{"name":"559238dc-2ffe-4a63-ac2b-7a95d7ce67a6","path":"sprites/s_bunnyface/s_bunnyface.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_bunnyface","path":"sprites/s_bunnyface/s_bunnyface.yy",},"resourceVersion":"1.0","name":"fe822f9b-1784-4392-81ff-06ee006d92a3","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"668534a1-34b9-4b1f-8825-48cb009528f3","path":"sprites/s_bunnyface/s_bunnyface.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"668534a1-34b9-4b1f-8825-48cb009528f3","path":"sprites/s_bunnyface/s_bunnyface.yy",},"LayerId":{"name":"559238dc-2ffe-4a63-ac2b-7a95d7ce67a6","path":"sprites/s_bunnyface/s_bunnyface.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_bunnyface","path":"sprites/s_bunnyface/s_bunnyface.yy",},"resourceVersion":"1.0","name":"668534a1-34b9-4b1f-8825-48cb009528f3","tags":[],"resourceType":"GMSpriteFrame",},
],
"sequence": {
"spriteId": {"name":"s_bunnyface","path":"sprites/s_bunnyface/s_bunnyface.yy",},
"timeUnits": 1,
"playback": 1,
"playbackSpeed": 30.0,
"playbackSpeedType": 0,
"autoRecord": true,
"volume": 1.0,
"length": 2.0,
"events": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MessageEventKeyframe>",},
"moments": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MomentsEventKeyframe>",},
"tracks": [
{"name":"frames","spriteId":null,"keyframes":{"Keyframes":[
{"id":"1db45057-0b42-4d2a-bb50-f6bcd2250be4","Key":0.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"fe822f9b-1784-4392-81ff-06ee006d92a3","path":"sprites/s_bunnyface/s_bunnyface.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"59122000-afb2-464e-84fa-b992cec6d292","Key":1.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"668534a1-34b9-4b1f-8825-48cb009528f3","path":"sprites/s_bunnyface/s_bunnyface.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
],"resourceVersion":"1.0","resourceType":"KeyframeStore<SpriteFrameKeyframe>",},"trackColour":0,"inheritsTrackColour":true,"builtinName":0,"traits":0,"interpolation":1,"tracks":[],"events":[],"modifiers":[],"isCreationTrack":false,"resourceVersion":"1.0","tags":[],"resourceType":"GMSpriteFramesTrack",},
],
"visibleRange": null,
"lockOrigin": false,
"showBackdrop": true,
"showBackdropImage": false,
"backdropImagePath": "",
"backdropImageOpacity": 0.5,
"backdropWidth": 1366,
"backdropHeight": 768,
"backdropXOffset": 0.0,
"backdropYOffset": 0.0,
"xorigin": 32,
"yorigin": 32,
"eventToFunction": {},
"eventStubScript": null,
"parent": {"name":"s_bunnyface","path":"sprites/s_bunnyface/s_bunnyface.yy",},
"resourceVersion": "1.3",
"name": "s_bunnyface",
"tags": [],
"resourceType": "GMSequence",
},
"layers": [
{"visible":true,"isLocked":false,"blendMode":0,"opacity":100.0,"displayName":"default","resourceVersion":"1.0","name":"559238dc-2ffe-4a63-ac2b-7a95d7ce67a6","tags":[],"resourceType":"GMImageLayer",},
],
"nineSlice": null,
"parent": {
"name": "talksprites",
"path": "folders/Sprites/talksprites.yy",
},
"resourceVersion": "1.0",
"name": "s_bunnyface",
"tags": [],
"resourceType": "GMSprite",
}

View File

@ -0,0 +1,83 @@
{
"bboxMode": 0,
"collisionKind": 0,
"type": 0,
"origin": 4,
"preMultiplyAlpha": false,
"edgeFiltering": false,
"collisionTolerance": 0,
"swfPrecision": 2.525,
"bbox_left": 0,
"bbox_right": 62,
"bbox_top": 1,
"bbox_bottom": 63,
"HTile": false,
"VTile": false,
"For3D": false,
"width": 64,
"height": 64,
"textureGroupId": {
"name": "Default",
"path": "texturegroups/Default",
},
"swatchColours": null,
"gridX": 0,
"gridY": 0,
"frames": [
{"compositeImage":{"FrameId":{"name":"fe822f9b-1784-4392-81ff-06ee006d92a3","path":"sprites/s_bunnyface2/s_bunnyface2.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"fe822f9b-1784-4392-81ff-06ee006d92a3","path":"sprites/s_bunnyface2/s_bunnyface2.yy",},"LayerId":{"name":"559238dc-2ffe-4a63-ac2b-7a95d7ce67a6","path":"sprites/s_bunnyface2/s_bunnyface2.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_bunnyface2","path":"sprites/s_bunnyface2/s_bunnyface2.yy",},"resourceVersion":"1.0","name":"fe822f9b-1784-4392-81ff-06ee006d92a3","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"668534a1-34b9-4b1f-8825-48cb009528f3","path":"sprites/s_bunnyface2/s_bunnyface2.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"668534a1-34b9-4b1f-8825-48cb009528f3","path":"sprites/s_bunnyface2/s_bunnyface2.yy",},"LayerId":{"name":"559238dc-2ffe-4a63-ac2b-7a95d7ce67a6","path":"sprites/s_bunnyface2/s_bunnyface2.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_bunnyface2","path":"sprites/s_bunnyface2/s_bunnyface2.yy",},"resourceVersion":"1.0","name":"668534a1-34b9-4b1f-8825-48cb009528f3","tags":[],"resourceType":"GMSpriteFrame",},
],
"sequence": {
"spriteId": {"name":"s_bunnyface2","path":"sprites/s_bunnyface2/s_bunnyface2.yy",},
"timeUnits": 1,
"playback": 1,
"playbackSpeed": 30.0,
"playbackSpeedType": 0,
"autoRecord": true,
"volume": 1.0,
"length": 2.0,
"events": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MessageEventKeyframe>",},
"moments": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MomentsEventKeyframe>",},
"tracks": [
{"name":"frames","spriteId":null,"keyframes":{"Keyframes":[
{"id":"efc8877f-7cfd-4645-97bc-b1425479376e","Key":0.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"fe822f9b-1784-4392-81ff-06ee006d92a3","path":"sprites/s_bunnyface2/s_bunnyface2.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"9373572e-78e4-4212-9e58-729ff2df9da8","Key":1.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"668534a1-34b9-4b1f-8825-48cb009528f3","path":"sprites/s_bunnyface2/s_bunnyface2.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
],"resourceVersion":"1.0","resourceType":"KeyframeStore<SpriteFrameKeyframe>",},"trackColour":0,"inheritsTrackColour":true,"builtinName":0,"traits":0,"interpolation":1,"tracks":[],"events":[],"modifiers":[],"isCreationTrack":false,"resourceVersion":"1.0","tags":[],"resourceType":"GMSpriteFramesTrack",},
],
"visibleRange": null,
"lockOrigin": false,
"showBackdrop": true,
"showBackdropImage": false,
"backdropImagePath": "",
"backdropImageOpacity": 0.5,
"backdropWidth": 1366,
"backdropHeight": 768,
"backdropXOffset": 0.0,
"backdropYOffset": 0.0,
"xorigin": 32,
"yorigin": 32,
"eventToFunction": {},
"eventStubScript": null,
"parent": {"name":"s_bunnyface2","path":"sprites/s_bunnyface2/s_bunnyface2.yy",},
"resourceVersion": "1.3",
"name": "s_bunnyface2",
"tags": [],
"resourceType": "GMSequence",
},
"layers": [
{"visible":true,"isLocked":false,"blendMode":0,"opacity":100.0,"displayName":"default","resourceVersion":"1.0","name":"559238dc-2ffe-4a63-ac2b-7a95d7ce67a6","tags":[],"resourceType":"GMImageLayer",},
],
"nineSlice": null,
"parent": {
"name": "talksprites",
"path": "folders/Sprites/talksprites.yy",
},
"resourceVersion": "1.0",
"name": "s_bunnyface2",
"tags": [],
"resourceType": "GMSprite",
}

View File

@ -0,0 +1,83 @@
{
"bboxMode": 0,
"collisionKind": 0,
"type": 0,
"origin": 4,
"preMultiplyAlpha": false,
"edgeFiltering": false,
"collisionTolerance": 0,
"swfPrecision": 2.525,
"bbox_left": 0,
"bbox_right": 62,
"bbox_top": 1,
"bbox_bottom": 63,
"HTile": false,
"VTile": false,
"For3D": false,
"width": 64,
"height": 64,
"textureGroupId": {
"name": "Default",
"path": "texturegroups/Default",
},
"swatchColours": null,
"gridX": 0,
"gridY": 0,
"frames": [
{"compositeImage":{"FrameId":{"name":"fe822f9b-1784-4392-81ff-06ee006d92a3","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"fe822f9b-1784-4392-81ff-06ee006d92a3","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"LayerId":{"name":"559238dc-2ffe-4a63-ac2b-7a95d7ce67a6","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_rabbittalk","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"resourceVersion":"1.0","name":"fe822f9b-1784-4392-81ff-06ee006d92a3","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"668534a1-34b9-4b1f-8825-48cb009528f3","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"668534a1-34b9-4b1f-8825-48cb009528f3","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"LayerId":{"name":"559238dc-2ffe-4a63-ac2b-7a95d7ce67a6","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_rabbittalk","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"resourceVersion":"1.0","name":"668534a1-34b9-4b1f-8825-48cb009528f3","tags":[],"resourceType":"GMSpriteFrame",},
],
"sequence": {
"spriteId": {"name":"s_rabbittalk","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},
"timeUnits": 1,
"playback": 1,
"playbackSpeed": 30.0,
"playbackSpeedType": 0,
"autoRecord": true,
"volume": 1.0,
"length": 2.0,
"events": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MessageEventKeyframe>",},
"moments": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MomentsEventKeyframe>",},
"tracks": [
{"name":"frames","spriteId":null,"keyframes":{"Keyframes":[
{"id":"ed6be761-e4d2-4463-b665-aeccaf9f67ce","Key":0.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"fe822f9b-1784-4392-81ff-06ee006d92a3","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"0475dd16-c617-4b06-87fe-717ebaae2baf","Key":1.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"668534a1-34b9-4b1f-8825-48cb009528f3","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
],"resourceVersion":"1.0","resourceType":"KeyframeStore<SpriteFrameKeyframe>",},"trackColour":0,"inheritsTrackColour":true,"builtinName":0,"traits":0,"interpolation":1,"tracks":[],"events":[],"modifiers":[],"isCreationTrack":false,"resourceVersion":"1.0","tags":[],"resourceType":"GMSpriteFramesTrack",},
],
"visibleRange": null,
"lockOrigin": false,
"showBackdrop": true,
"showBackdropImage": false,
"backdropImagePath": "",
"backdropImageOpacity": 0.5,
"backdropWidth": 1366,
"backdropHeight": 768,
"backdropXOffset": 0.0,
"backdropYOffset": 0.0,
"xorigin": 32,
"yorigin": 32,
"eventToFunction": {},
"eventStubScript": null,
"parent": {"name":"s_rabbittalk","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},
"resourceVersion": "1.3",
"name": "s_rabbittalk",
"tags": [],
"resourceType": "GMSequence",
},
"layers": [
{"visible":true,"isLocked":false,"blendMode":0,"opacity":100.0,"displayName":"default","resourceVersion":"1.0","name":"559238dc-2ffe-4a63-ac2b-7a95d7ce67a6","tags":[],"resourceType":"GMImageLayer",},
],
"nineSlice": null,
"parent": {
"name": "talksprites",
"path": "folders/Sprites/talksprites.yy",
},
"resourceVersion": "1.0",
"name": "s_rabbittalk",
"tags": [],
"resourceType": "GMSprite",
}

View File

@ -0,0 +1,95 @@
{
"bboxMode": 0,
"collisionKind": 0,
"type": 0,
"origin": 4,
"preMultiplyAlpha": false,
"edgeFiltering": false,
"collisionTolerance": 0,
"swfPrecision": 2.525,
"bbox_left": 0,
"bbox_right": 59,
"bbox_top": 0,
"bbox_bottom": 63,
"HTile": false,
"VTile": false,
"For3D": false,
"width": 64,
"height": 64,
"textureGroupId": {
"name": "Default",
"path": "texturegroups/Default",
},
"swatchColours": null,
"gridX": 0,
"gridY": 0,
"frames": [
{"compositeImage":{"FrameId":{"name":"87fd1c44-e1aa-4400-9cc7-e0210c74d36e","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"87fd1c44-e1aa-4400-9cc7-e0210c74d36e","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_talkane","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"87fd1c44-e1aa-4400-9cc7-e0210c74d36e","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"3c660cb6-51ac-4ef9-ac5c-6701f9556dcf","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"3c660cb6-51ac-4ef9-ac5c-6701f9556dcf","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_talkane","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"3c660cb6-51ac-4ef9-ac5c-6701f9556dcf","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"f5fe904b-d971-45d2-9c65-64b2e727eca9","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"f5fe904b-d971-45d2-9c65-64b2e727eca9","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_talkane","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"f5fe904b-d971-45d2-9c65-64b2e727eca9","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"3d9adf17-a145-4574-bdbd-63564d9693b1","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"3d9adf17-a145-4574-bdbd-63564d9693b1","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_talkane","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"3d9adf17-a145-4574-bdbd-63564d9693b1","tags":[],"resourceType":"GMSpriteFrame",},
{"compositeImage":{"FrameId":{"name":"f6794bf0-9003-4383-8905-3d0b18f3dc29","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":null,"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},"images":[
{"FrameId":{"name":"f6794bf0-9003-4383-8905-3d0b18f3dc29","path":"sprites/s_talkane/s_talkane.yy",},"LayerId":{"name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMSpriteBitmap",},
],"parent":{"name":"s_talkane","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","name":"f6794bf0-9003-4383-8905-3d0b18f3dc29","tags":[],"resourceType":"GMSpriteFrame",},
],
"sequence": {
"spriteId": {"name":"s_talkane","path":"sprites/s_talkane/s_talkane.yy",},
"timeUnits": 1,
"playback": 1,
"playbackSpeed": 30.0,
"playbackSpeedType": 0,
"autoRecord": true,
"volume": 1.0,
"length": 5.0,
"events": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MessageEventKeyframe>",},
"moments": {"Keyframes":[],"resourceVersion":"1.0","resourceType":"KeyframeStore<MomentsEventKeyframe>",},
"tracks": [
{"name":"frames","spriteId":null,"keyframes":{"Keyframes":[
{"id":"8f3fcf18-4473-4efb-a7e2-3599bb1a3416","Key":0.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"87fd1c44-e1aa-4400-9cc7-e0210c74d36e","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"11361a4a-2e74-4847-b58a-06bc83fe2a21","Key":1.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"3c660cb6-51ac-4ef9-ac5c-6701f9556dcf","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"1cf512c6-5440-437f-8722-087d432f0dfa","Key":2.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"f5fe904b-d971-45d2-9c65-64b2e727eca9","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"fed30e48-3b4a-48f3-92b9-0ad196a63389","Key":3.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"3d9adf17-a145-4574-bdbd-63564d9693b1","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
{"id":"ccee9ece-b2dd-425f-ab23-da1612d9235a","Key":4.0,"Length":1.0,"Stretch":false,"Disabled":false,"IsCreationKey":false,"Channels":{"0":{"Id":{"name":"f6794bf0-9003-4383-8905-3d0b18f3dc29","path":"sprites/s_talkane/s_talkane.yy",},"resourceVersion":"1.0","resourceType":"SpriteFrameKeyframe",},},"resourceVersion":"1.0","resourceType":"Keyframe<SpriteFrameKeyframe>",},
],"resourceVersion":"1.0","resourceType":"KeyframeStore<SpriteFrameKeyframe>",},"trackColour":0,"inheritsTrackColour":true,"builtinName":0,"traits":0,"interpolation":1,"tracks":[],"events":[],"modifiers":[],"isCreationTrack":false,"resourceVersion":"1.0","tags":[],"resourceType":"GMSpriteFramesTrack",},
],
"visibleRange": null,
"lockOrigin": false,
"showBackdrop": true,
"showBackdropImage": false,
"backdropImagePath": "",
"backdropImageOpacity": 0.5,
"backdropWidth": 1366,
"backdropHeight": 768,
"backdropXOffset": 0.0,
"backdropYOffset": 0.0,
"xorigin": 32,
"yorigin": 32,
"eventToFunction": {},
"eventStubScript": null,
"parent": {"name":"s_talkane","path":"sprites/s_talkane/s_talkane.yy",},
"resourceVersion": "1.3",
"name": "s_talkane",
"tags": [],
"resourceType": "GMSequence",
},
"layers": [
{"visible":true,"isLocked":false,"blendMode":0,"opacity":100.0,"displayName":"default","resourceVersion":"1.0","name":"8c15ea6f-d2de-45b8-bb7e-fc126537611a","tags":[],"resourceType":"GMImageLayer",},
],
"nineSlice": null,
"parent": {
"name": "talksprites",
"path": "folders/Sprites/talksprites.yy",
},
"resourceVersion": "1.0",
"name": "s_talkane",
"tags": [],
"resourceType": "GMSprite",
}