talksprite placing
|
@ -53,11 +53,13 @@
|
|||
{"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":"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":"s_rabbittalk","path":"sprites/s_rabbittalk/s_rabbittalk.yy",},"order":4,},
|
||||
{"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":"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":"gcd","path":"scripts/gcd/gcd.yy",},"order":5,},
|
||||
{"id":{"name":"string_extend_digits","path":"scripts/string_extend_digits/string_extend_digits.yy",},"order":18,},
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
if hoveredunit != noone {
|
||||
draw_set_color(c_white);
|
||||
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_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);
|
||||
|
@ -15,11 +19,11 @@ if hoveredunit != noone {
|
|||
var dudes = c_getstats(hoveredunit);
|
||||
draw_set_color(c_black);
|
||||
//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);
|
||||
var 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);
|
||||
}
|
|
@ -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_version": "1.3.3.7",
|
||||
"option_windows_company_info": "us",
|
||||
"option_windows_product_info": "this",
|
||||
"option_windows_copyright_info": "me",
|
||||
"option_windows_copyright_info": "aeon",
|
||||
"option_windows_description_info": "emblemgame",
|
||||
"option_windows_display_cursor": false,
|
||||
"option_windows_icon": "${base_options_dir}/windows/icons/icon.ico",
|
||||
|
|
|
@ -2,17 +2,19 @@ function txt_aya() {
|
|||
|
||||
msg = msglang([
|
||||
|
||||
txt("Ayaya!"),
|
||||
txt("Ayaya!", AYA.SURPRISED),
|
||||
txt("Stop right there!"),
|
||||
txt("I was flying around to try to find a scoop!"),
|
||||
txt("What’s going on!?"),
|
||||
txt("I was flying around to try to find a scoop!", AYA.SURPRISED),
|
||||
txt("What’s going on!?", AYA.SURPRISED),
|
||||
|
||||
|
||||
],[
|
||||
|
||||
txt("あやや!"),
|
||||
txt("フリーズ!"),
|
||||
txt("一人で飛んで記事を見つけたかったんだよ!"),
|
||||
txt("何これ!?"),
|
||||
txt("あやや!", AYA.SURPRISED),
|
||||
txt("フリーズ!"),
|
||||
txt("一人で飛んで記事を見つけたかったんだよ!", AYA.SURPRISED),
|
||||
txt("何これ!?", AYA.SURPRISED),
|
||||
|
||||
|
||||
])
|
||||
|
||||
|
|
|
@ -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),
|
||||
|
||||
],[
|
||||
|
||||
|
|
|
@ -2,37 +2,38 @@ function txt_intro() {
|
|||
|
||||
msg = msglang([
|
||||
|
||||
txt("Checkmate!"),
|
||||
txt("Aw man! No matter what I do, I can’t seem to beat you!"),
|
||||
txt("Hehe! You gotta plan out a lot of your moves ahead of time in Shogi."),
|
||||
txt("One move leads into another, and then another, and then..."),
|
||||
txt("Yeah, yeah. I don’t think I can match your wit."),
|
||||
txt("Well, practice makes perfect."),
|
||||
txt("Why don’t we play-"),
|
||||
//txt("!!! (Emphasis sound effect)"),
|
||||
txt("Someone’s coming."),
|
||||
txt("Huh?"),
|
||||
txt("Checkmate!", MOMIJI.SMUG),
|
||||
txt("Aw man! No matter what I do, I can’t seem to beat you!", NITORI.SHOCKED),
|
||||
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...", MOMIJI.HAPPY),
|
||||
txt("Yeah, yeah. I don’t think I can match your wit.", NITORI.ANNOYED),
|
||||
txt("Well, practice makes perfect.", MOMIJI.NEUTRAL),
|
||||
txt("Why don’t we play-", MOMIJI.HAPPY),
|
||||
//txt("!!! (Emphasis sound effect)", MOMIJI.ANNOYED),
|
||||
txt("Someone’s coming.", MOMIJI.ANGRY),
|
||||
txt("Huh?", NITORI.HAPPY),
|
||||
txt("Rabbits have surrounded the Kappa’s hideout"),
|
||||
txt("Lunarians!? They’ll overrun the hideout at this rate!"),
|
||||
txt("Not just the hideout, the entire mountain too!"),
|
||||
txt("We’ve got to stop them!"),
|
||||
txt("Lunarians!? They’ll overrun the hideout at this rate!", NITORI.SHOCKED),
|
||||
txt("Not just the hideout, the entire mountain too!", MOMIJI.ANNOYED),
|
||||
txt("We’ve got to stop them!", MOMIJI.ANGRY),
|
||||
|
||||
],[
|
||||
|
||||
txt("つみ!"),
|
||||
txt("くっそー! どうしても勝てれない!"),
|
||||
txt("うふふ! 将棋では、たくさん計画を考えなきゃ。"),
|
||||
txt("一つの行動が、次の行動につながり、さらに次の行動へ..."),
|
||||
txt("はい、はい。私より椛の機知が強いんだ。"),
|
||||
txt("習うより慣れろ。"),
|
||||
txt("それでも、もういち..."),
|
||||
//txt("!!! (Emphasis sound effect)"),
|
||||
txt("誰か来るぞ。"),
|
||||
txt("え?"),
|
||||
txt("Rabbits have surrounded the Kappa’s hideout"),
|
||||
txt("月人!?このまま、あいつらはハイドアウトを侵略する!"),
|
||||
txt("山も!"),
|
||||
txt("我らは、月人を止められなきゃ!"),
|
||||
txt("つみ!", MOMIJI.SMUG),
|
||||
txt("くっそー! どうしても勝てれない!", NITORI.SHOCKED),
|
||||
txt("うふふ! 将棋では、たくさん計画を考えなきゃ。", MOMIJI.HAPPY),
|
||||
txt("一つの行動が、次の行動につながり、さらに次の行動へ...", MOMIJI.HAPPY),
|
||||
txt("はい、はい。私より椛の機知が強いんだ。", NITORI.ANNOYED),
|
||||
txt("習うより慣れろ。", MOMIJI.NEUTRAL),
|
||||
txt("それでも、もういち...", MOMIJI.HAPPY),
|
||||
//txt("!!! (Emphasis sound effect)", MOMIJI.ANNOYED),
|
||||
txt("誰か来るぞ。", MOMIJI.ANGRY),
|
||||
txt("え?", NITORI.HAPPY),
|
||||
txt("Rabbits have surrounded the Kappa’s hideout"),
|
||||
txt("月人!?このまま、あいつらはハイドアウトを侵略する!", NITORI.SHOCKED),
|
||||
txt("山も!", MOMIJI.ANNOYED),
|
||||
txt("我らは、月人を止められなきゃ!", MOMIJI.ANGRY),
|
||||
|
||||
|
||||
])
|
||||
|
||||
|
|
|
@ -2,25 +2,26 @@ function txt_momijiyaya() {
|
|||
|
||||
msg = msglang([
|
||||
|
||||
txt("Oh great, you..."),
|
||||
txt("Hm? Aren’t you happy to see your savior?"),
|
||||
txt("I don’t need you!"),
|
||||
txt("Alright then, I guess I’ll just be on my way…"),
|
||||
txt("...Wait."),
|
||||
txt("Hehe, that’s what I thought. Do you want to ask me for help?"),
|
||||
txt("Don’t push it."),
|
||||
txt("Fiiinnne."),
|
||||
txt("Oh great, you...", MOMIJI.ANNOYED),
|
||||
txt("Hm? Aren’t you happy to see your savior?", AYA.SMUG),
|
||||
txt("I don’t need you!", MOMIJI.ANGRY),
|
||||
txt("Alright then, I guess I’ll just be on my way…", AYA.NOTMYPROBLEM),
|
||||
txt("...Wait.", MOMIJI.UNINTERESTED),
|
||||
txt("Hehe, that’s what I thought. Do you want to ask me for help?", AYA.HAPPY),
|
||||
txt("Don’t push it.", MOMIJI.ANGRY),
|
||||
txt("Fiiinnne.", AYA.BORED),
|
||||
|
||||
],[
|
||||
|
||||
txt("面倒が来た..."),
|
||||
txt("えええ?勇者に会えて嬉しくないのか?"),
|
||||
txt("お前が必要がない!"),
|
||||
txt("分かった!じゃあね!"),
|
||||
txt("...待って。"),
|
||||
txt("クスクス!やっぱりね。私の助けが欲しいのか?"),
|
||||
txt("調子に乗るな。"),
|
||||
txt("はい、はい。"),
|
||||
txt("面倒が来た...", MOMIJI.ANNOYED),
|
||||
txt("えええ?勇者に会えて嬉しくないのか?", AYA.SMUG),
|
||||
txt("お前が必要がない!", MOMIJI.ANGRY),
|
||||
txt("分かった!じゃあね!", AYA.NOTMYPROBLEM),
|
||||
txt("...待って。", MOMIJI.UNINTERESTED),
|
||||
txt("クスクス!やっぱりね。私の助けが欲しいのか?", AYA.HAPPY),
|
||||
txt("調子に乗るな。", MOMIJI.ANGRY),
|
||||
txt("はい、はい。", AYA.BORED),
|
||||
|
||||
|
||||
])
|
||||
|
||||
|
|
|
@ -3,31 +3,29 @@ function txt_momijiyreisen() {
|
|||
|
||||
msg = msglang([
|
||||
|
||||
txt("Are you the commander of the other side?"),
|
||||
txt("Uh, I just play Shogi. I don’t really command people."),
|
||||
txt("Oh. This... This is my first day on the job. I’m a bit nervous."),
|
||||
global.everyonealive ? [
|
||||
txt("Well, the enemy arrangement gave us trouble, you certainly did a good job with that."),
|
||||
txt("R-Really!?"),
|
||||
txt("Yeah! Everyone was positioned very strategically."),
|
||||
] : [
|
||||
txt(""),
|
||||
],
|
||||
txt("...But, I can’t have you stay on this mountain any longer."),
|
||||
txt("...Of course."),
|
||||
txt("Well then, this battle ends here!"),
|
||||
txt("Are you the commander of the other side?", REISEN.WOBBLE),
|
||||
txt("Uh, I just play Shogi. I don’t really command people.", MOMIJI.CONFUSED),
|
||||
txt("Oh. This... This is my first day on the job. I’m a bit nervous.", REISEN.WOBBLE),
|
||||
txt("Well, the enemy arrangement gave us trouble, you certainly did a good job with that.", MOMIJI.NEUTRAL),
|
||||
txt("R-Really!?", REISEN.WOBBLE),
|
||||
txt("Yeah! Everyone was positioned very strategically.", MOMIJI.HAPPY),
|
||||
txt("...But, I can’t have you stay on this mountain any longer.", MOMIJI.ANGRY),
|
||||
txt("...Of course.", REISEN.POUTING),
|
||||
txt("Well then, this battle ends here!", REISEN.POUTING),
|
||||
|
||||
|
||||
],[
|
||||
|
||||
txt("あなたは...敵の少佐ですか"),
|
||||
txt("ええ...私は将棋をできる人だけ..."),
|
||||
txt("あ。今日は私の一日目です。ちょっと近著しています..."),
|
||||
txt("まあぁ、君たちの配置は強かった。"),
|
||||
txt("ほ...本当!?"),
|
||||
txt("うん。 月人の戦場はとても戦略がいい。"),
|
||||
txt("...でも、山に滞在しない。"),
|
||||
txt("...分かります。"),
|
||||
txt("それじゃ、私はあなたを倒します!"),
|
||||
txt("あなたは...敵の少佐ですか?", REISEN.WOBBLE),
|
||||
txt("ええ...私は将棋をできる人だけ...", MOMIJI.CONFUSED),
|
||||
txt("あ。今日は私の一日目です。ちょっと近著しています...", REISEN.WOBBLE),
|
||||
txt("まあぁ、君たちの配置は強かった。", MOMIJI.NEUTRAL),
|
||||
txt("ほ...本当!?", REISEN.WOBBLE),
|
||||
txt("うん。 月人の戦場はとても戦略がいい。", MOMIJI.HAPPY),
|
||||
txt("...でも、山に滞在しない。", MOMIJI.ANGRY),
|
||||
txt("...分かります。", REISEN.POUTING),
|
||||
txt("それじゃ、私はあなたを倒します!", REISEN.POUTING),
|
||||
|
||||
|
||||
])
|
||||
|
||||
|
|
|
@ -2,25 +2,27 @@ function txt_momijiytkn() {
|
|||
|
||||
msg = msglang([
|
||||
|
||||
txt("Ah! I’ve been spotted!"),
|
||||
txt("What are you doing here?"),
|
||||
txt("Well, I was keeping an eye on the River Kappa..."),
|
||||
txt("But then those rabbits showed up out of nowhere!"),
|
||||
txt("How am I supposed to get home now..."),
|
||||
txt("There won’t be a home to go to if these rabbits have their way."),
|
||||
txt("Why don’t you join up with us? We can fight them off together."),
|
||||
txt("Well, it beats dying alone…"),
|
||||
txt("Ah! I’ve been spotted!", TAKANE.SURPRISED),
|
||||
txt("What are you doing here?", MOMIJI.NEUTRAL),
|
||||
txt("Well, I was keeping an eye on the River Kappa...", TAKANE.REASONING),
|
||||
txt("But then those rabbits showed up out of nowhere!", TAKANE.SURPRISED),
|
||||
txt("How am I supposed to get home now...", TAKANE.SURPRISED),
|
||||
txt("There won’t be a home to go to if these rabbits have their way.", MOMIJI.ANNOYED),
|
||||
txt("Why don’t you join up with us? We can fight them off together.", MOMIJI.NEUTRAL),
|
||||
txt("Well, it beats dying alone...", TAKANE.REASONING),
|
||||
|
||||
|
||||
],[
|
||||
|
||||
txt("しまった!見つかっちゃった!"),
|
||||
txt("ここで何をしてる?"),
|
||||
txt("ええ、河童を見ていますが..."),
|
||||
txt("でも、びっくりにそのウサギがあわれだ!"),
|
||||
txt("このままで、どうすれば帰れる?"),
|
||||
txt("ウサギに乗っ取られたら、山童か河童か、この山に帰れない。"),
|
||||
txt("君は私たちに参加しないか? 一緒に ウナギを潰す。"),
|
||||
txt("え、こりゃあ一人で死ぬよりましかも..."),
|
||||
txt("しまった!見つかっちゃった!", TAKANE.SURPRISED),
|
||||
txt("ここで何をしてる?", MOMIJI.NEUTRAL),
|
||||
txt("ええ、河童を見ていますが...", TAKANE.REASONING),
|
||||
txt("でも、びっくりにそのウサギがあわれだ!", TAKANE.SURPRISED),
|
||||
txt("このままで、どうすれば帰れる?", TAKANE.SURPRISED),
|
||||
txt("ウサギに乗っ取られたら、山童か河童か、この山に帰れない。", MOMIJI.ANNOYED),
|
||||
txt("君は私たちに参加しないか? 一緒に ウナギを潰す。", MOMIJI.NEUTRAL),
|
||||
txt("え、こりゃあ一人で死ぬよりましかも...", TAKANE.REASONING),
|
||||
|
||||
|
||||
])
|
||||
|
||||
|
|
|
@ -2,28 +2,29 @@ function txt_nitoriytkn() {
|
|||
|
||||
msg = msglang([
|
||||
|
||||
txt("Aaah!"),
|
||||
txt("A Yamawaro! Gah, I thought we told you to stay out of our territory!"),
|
||||
txt("Hey! You have Scouts down by our base too, don’tcha!?"),
|
||||
txt("T-That’s confidential!"),
|
||||
txt("...I guess this doesn’t matter right now!"),
|
||||
txt("Listen, if these rabbits overrun us, both the river and mountain Kappa will be toast."),
|
||||
txt("Help us take them out!"),
|
||||
txt("A River Kappa and a Yamawaro side by side…"),
|
||||
txt("Well, if it’s our only way out of this, then sure!"),
|
||||
txt("Aaah!", TAKANE.SURPRISED),
|
||||
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, don’tcha!?", TAKANE.ANGRY),
|
||||
txt("T-That’s confidential!",NITORI.SHOCKED),
|
||||
txt("...I guess this doesn’t matter right now!", NITORI.ANNOYED),
|
||||
txt("Listen, if these rabbits overrun us, both the river and mountain Kappa will be toast.", NITORI.ANNOYED),
|
||||
txt("Help us take them out!", NITORI.ANGRY),
|
||||
txt("A River Kappa and a Yamawaro side by side...", TAKANE.REASONING),
|
||||
txt("Well, if it’s our only way out of this, then sure!", TAKANE.ANGRY),
|
||||
|
||||
|
||||
],[
|
||||
|
||||
txt("うわあああ!"),
|
||||
txt("山童!?ガ!出て行くと言っただろ!"),
|
||||
txt("ふん!河童の諜すこと、もう知っている!"),
|
||||
txt("ち... 違う!"),
|
||||
txt("…今、構わない!"),
|
||||
txt("ウサギに乗っ取られたら、河童と山童は破壊される!"),
|
||||
txt("私たちを参加しろ!"),
|
||||
txt("河童と山童..."),
|
||||
txt("…もう知らん!参加するよ。"),
|
||||
|
||||
txt("うわあああ!", TAKANE.SURPRISED),
|
||||
txt("山童!?ガ!出て行くと言っただろ!", NITORI.ANGRY),
|
||||
txt("ふん!河童の諜すこと、もう知っている!", TAKANE.ANGRY),
|
||||
txt("ち... 違う!", NITORI.SHOCKED),
|
||||
txt("…今、構わない!", NITORI.ANNOYED),
|
||||
txt("ウサギに乗っ取られたら、河童と山童は破壊される!", NITORI.ANNOYED),
|
||||
txt("私たちを参加しろ!", NITORI.ANGRY),
|
||||
txt("河童と山童...", TAKANE.REASONING),
|
||||
txt("...もう知らん!参加するよ。", TAKANE.ANGRY),
|
||||
|
||||
])
|
||||
|
||||
endevent = c_null;
|
||||
|
|
|
@ -2,13 +2,15 @@ function txt_reisen() {
|
|||
|
||||
msg = msglang([
|
||||
|
||||
txt("E-Enemy spotted!"),
|
||||
txt("I’ll stop you here!"),
|
||||
txt("E-Enemy spotted!", REISEN.WOBBLE),
|
||||
txt("I’ll stop you here!", REISEN.POUTING),
|
||||
|
||||
|
||||
],[
|
||||
|
||||
txt("て...敵!"),
|
||||
txt("止まれ!"),
|
||||
txt("て...敵!", REISEN.WOBBLE),
|
||||
txt("止まれ!", REISEN.POUTING),
|
||||
|
||||
|
||||
])
|
||||
|
||||
|
|
|
@ -2,39 +2,41 @@ function txt_win() {
|
|||
|
||||
msg = msglang([
|
||||
|
||||
txt("Ow..."),
|
||||
txt("Hm, You don’t seem like a bad person"),
|
||||
txt("Why are the rabbits attacking?"),
|
||||
txt("We... We’re looking to build a summer home on Earth."),
|
||||
txt("You’re lying."),
|
||||
txt("...Okay, fine."),
|
||||
txt("Lady Yorihime told me that we’re relocating to Gensokyo."),
|
||||
txt("There’s a great evil that’s taken over the Moon."),
|
||||
txt("So, we’re going to be staying here."),
|
||||
txt("An invasion from the Lunar Capital..."),
|
||||
txt("I’m guessing Reimu and her friends will find their way to the Moon…"),
|
||||
txt("...Which leaves us to defend the surface."),
|
||||
txt("Think you’re up to it, miss Shogi master?"),
|
||||
txt("...I won’t let anyone take over my home."),
|
||||
txt("Okay! Let’s drive these Lunarians out of here!"),
|
||||
txt("Ow...", REISEN.WOBBLE),
|
||||
txt("Hm, You don’t seem like a bad person", MOMIJI.CONFUSED),
|
||||
txt("Why are the rabbits attacking?", MOMIJI.CONFUSED),
|
||||
txt("We... We’re looking to build a summer home on Earth.", REISEN.WOBBLE),
|
||||
txt("You’re lying.", MOMIJI.ANNOYED),
|
||||
txt("...Okay, fine.", REISEN.POUTING),
|
||||
txt("Lady Yorihime told me that we’re relocating to Gensokyo.", REISEN.POUTING),
|
||||
txt("There’s a great evil that’s taken over the Moon.", REISEN.WOBBLE),
|
||||
txt("So, we’re going to be staying here.", REISEN.WOBBLE),
|
||||
txt("An invasion from the Lunar Capital...", AYA.SURPRISED),
|
||||
txt("I’m guessing Reimu and her friends will find their way to the Moon…", AYA.HAPPY),
|
||||
txt("...Which leaves us to defend the surface.", AYA.HAPPY),
|
||||
txt("Think you’re up to it, miss Shogi master?", NITORI.HAPPY),
|
||||
txt("...I won’t let anyone take over my home.", MOMIJI.ANGRY),
|
||||
txt("Okay! Let’s drive these Lunarians out of here!", MOMIJI.DETERMINED),
|
||||
|
||||
|
||||
],[
|
||||
|
||||
txt("いった。。。"),
|
||||
txt("えっと...、 君は悪に見えない。"),
|
||||
txt("なぜうさぎは攻撃しているのか?"),
|
||||
txt("私たちは…海外旅行に行きたかったです...か?"),
|
||||
txt("...それは弱い噓だぞ。"),
|
||||
txt("...チェ。"),
|
||||
txt("幻想郷に月人が引っ越すと依姫さまから聞きました"),
|
||||
txt("巨悪が月に侵略しました。"),
|
||||
txt("そんなわけで、私たちは移住します。"),
|
||||
txt("月の来襲か... "),
|
||||
txt("おそらく霊夢たちは直ぐに月に行く..."),
|
||||
txt("...そして、我らは幻想郷を守る。"),
|
||||
txt("棋士さん、出来る?"),
|
||||
txt("...私は誰にも祖国を乗っ取らせない。"),
|
||||
txt("よし!我らは月人を追い出す!"),
|
||||
txt("いった...", REISEN.WOBBLE),
|
||||
txt("えっと、 君は悪に見えない。", MOMIJI.CONFUSED),
|
||||
txt("なぜうさぎは攻撃しているのか?", MOMIJI,CONFUSED),
|
||||
txt("私たちは…海外旅行に行きたかったです...か?", REISEN.WOBBLE),
|
||||
txt("...それは弱い噓だぞ。", MOMIJI.ANNOYED),
|
||||
txt("...チェ。", REISEN.POUTING),
|
||||
txt("幻想郷に月人が引っ越すと依姫さまから聞きました", REISEN.POUTING),
|
||||
txt("巨悪が月に侵略しました。", REISEN.WOBBLE),
|
||||
txt("そんなわけで、私たちは移住します。", REISEN.WOBBLE),
|
||||
txt("月の来襲か... ", AYA.SURPRISED),
|
||||
txt("おそらく霊夢たちは直ぐに月に行く...", AYA.HAPPY),
|
||||
txt("...そして、我らは幻想郷を守る。", AYA.HAPPY),
|
||||
txt("棋士さん、出来る?", NITORI.HAPPY),
|
||||
txt("...私は誰にも祖国を乗っ取らせない。", MOMIJI.ANGRY),
|
||||
txt("よし!我らは月人を追い出す!", MOMIJI.DETERMINED),
|
||||
|
||||
|
||||
])
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ function unit(personaldata_, classdata_, stats_) constructor {
|
|||
up = personaldata_.up;
|
||||
down = personaldata_.down;
|
||||
aitype = personaldata_.aitype;
|
||||
face = personaldata_.face;
|
||||
alignment = noone;
|
||||
var i;
|
||||
for (i=0; i<array_length(stats_); i++) {
|
||||
|
|
|
@ -5,6 +5,7 @@ mydata = {
|
|||
idle: s_bunny,
|
||||
up: s_bunnyup,
|
||||
down: s_bunnydown,
|
||||
face: s_bunnyface,
|
||||
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)]);
|
||||
|
@ -16,6 +17,7 @@ mydata = {
|
|||
idle: s_bunny,
|
||||
up: s_bunnyup,
|
||||
down: s_bunnydown,
|
||||
face: s_bunnyface,
|
||||
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)]);
|
||||
|
@ -26,6 +28,7 @@ mydata = {
|
|||
idle: s_bunny,
|
||||
up: s_bunnyup,
|
||||
down: s_bunnydown,
|
||||
face: s_bunnyface2,
|
||||
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)]);
|
||||
|
@ -36,6 +39,7 @@ mydata = {
|
|||
idle: s_bunny,
|
||||
up: s_bunnyup,
|
||||
down: s_bunnydown,
|
||||
face: s_bunnyface,
|
||||
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)]);
|
||||
|
@ -46,6 +50,7 @@ mydata = {
|
|||
idle: s_bunny,
|
||||
up: s_bunnyup,
|
||||
down: s_bunnydown,
|
||||
face: s_bunnyface,
|
||||
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)]);
|
||||
|
@ -56,6 +61,7 @@ mydata = {
|
|||
idle: s_bunny,
|
||||
up: s_bunnyup,
|
||||
down: s_bunnydown,
|
||||
face: s_bunnyface,
|
||||
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)]);
|
||||
|
@ -66,6 +72,7 @@ mydata = {
|
|||
idle: s_bunny,
|
||||
up: s_bunnyup,
|
||||
down: s_bunnydown,
|
||||
face: s_bunnyface,
|
||||
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)]);
|
||||
|
@ -76,6 +83,7 @@ mydata = {
|
|||
idle: s_bunny,
|
||||
up: s_bunnyup,
|
||||
down: s_bunnydown,
|
||||
face: s_bunnyface,
|
||||
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)]);
|
||||
|
@ -86,6 +94,7 @@ mydata = {
|
|||
idle: s_bunny,
|
||||
up: s_bunnyup,
|
||||
down: s_bunnydown,
|
||||
face: s_bunnyface,
|
||||
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)]);
|
||||
|
@ -96,6 +105,7 @@ mydata = {
|
|||
idle: s_bunny,
|
||||
up: s_bunnyup,
|
||||
down: s_bunnydown,
|
||||
face: s_bunnyface2,
|
||||
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)]);
|
||||
|
@ -107,6 +117,7 @@ mydata = {
|
|||
idle: s_bunny,
|
||||
up: s_bunnyup,
|
||||
down: s_bunnydown,
|
||||
face: s_bunnyface,
|
||||
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)]);
|
||||
|
@ -117,6 +128,7 @@ mydata = {
|
|||
idle: s_bunny,
|
||||
up: s_bunnyup,
|
||||
down: s_bunnydown,
|
||||
face: s_bunnyface2,
|
||||
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)]);
|
||||
|
@ -127,6 +139,7 @@ mydata = {
|
|||
idle: s_bunny,
|
||||
up: s_bunnyup,
|
||||
down: s_bunnydown,
|
||||
face: s_bunnyface2,
|
||||
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)]);
|
||||
|
@ -137,6 +150,7 @@ mydata = {
|
|||
idle: s_bunny,
|
||||
up: s_bunnyup,
|
||||
down: s_bunnydown,
|
||||
face: s_bunnyface,
|
||||
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)]);
|
||||
|
@ -147,6 +161,7 @@ mydata = {
|
|||
idle: s_bunny,
|
||||
up: s_bunnyup,
|
||||
down: s_bunnydown,
|
||||
face: s_bunnyface2,
|
||||
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)]);
|
||||
|
@ -159,6 +174,7 @@ mydata = {
|
|||
idle: s_reisen,
|
||||
up: s_reisenup,
|
||||
down: s_reisendown,
|
||||
face: s_reisentalk,
|
||||
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)]);
|
|
@ -15,6 +15,7 @@ mydata = {
|
|||
idle: s_momiji,
|
||||
up: s_momijiup,
|
||||
down: s_momijidown,
|
||||
face: s_momijitalk,
|
||||
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)]);
|
||||
|
@ -25,6 +26,7 @@ mydata = {
|
|||
idle: s_nitori,
|
||||
up: s_nitoriup,
|
||||
down: s_nitoridown,
|
||||
face: s_nitoritalk,
|
||||
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)]);
|
||||
|
@ -35,6 +37,7 @@ mydata = {
|
|||
idle: s_aya,
|
||||
up: s_ayaup,
|
||||
down: s_ayadown,
|
||||
face: s_ayatalk,
|
||||
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)]);
|
||||
|
@ -45,6 +48,7 @@ mydata = {
|
|||
idle: s_takane,
|
||||
up: s_takaneup,
|
||||
down: s_takanedown,
|
||||
face: s_talkane,
|
||||
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)]);
|
||||
|
|
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 99 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 99 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.6 KiB |
|
@ -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",
|
||||
}
|
|
@ -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",
|
||||
}
|
|
@ -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",
|
||||
}
|
|
@ -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",
|
||||
}
|
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 99 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 99 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.6 KiB |
|
@ -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",
|
||||
}
|
|
@ -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",
|
||||
}
|
|
@ -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",
|
||||
}
|
|
@ -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",
|
||||
}
|
|
@ -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",
|
||||
}
|