HeavenStudioPlus/Assets/Resources/Games/munchyMonk.prefab

6704 lines
186 KiB
Plaintext
Raw Normal View History

Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &44905915611796804
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4843336973873061230}
- component: {fileID: 8293043607989703914}
m_Layer: 0
m_Name: Hand
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4843336973873061230
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 44905915611796804}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 4.2980003, y: 1.7859999, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.61752665, y: 0.61752665, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 4775588767381400061}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &8293043607989703914
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 44905915611796804}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 7300
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 6395880424518939546, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &153838675149176458
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 525326701495472490}
- component: {fileID: 7701772336829383192}
m_Layer: 0
m_Name: AssistantHolder2
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &525326701495472490
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 153838675149176458}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalPosition: {x: 16.56, y: -1.39, z: 0}
m_LocalScale: {x: 0.94, y: 0.94, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 2029306107555335210}
- {fileID: 6911127574010514126}
m_Father: {fileID: 6163636881912119569}
m_RootOrder: 4
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!95 &7701772336829383192
Animator:
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
serializedVersion: 5
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 153838675149176458}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: 5219537122f028a49b84dd19c80e8c2a, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StabilizeFeet: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &507897004172591125
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4726564591687498317}
- component: {fileID: 4854254199279589359}
m_Layer: 0
m_Name: Ear
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4726564591687498317
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 507897004172591125}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 1.08, y: -0.89, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 2671407606567406260}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &4854254199279589359
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 507897004172591125}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 200
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -545335013845175510, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!1 &541415947006689009
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
- component: {fileID: 2029306107555335210}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Layer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Name: LeftArm
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &2029306107555335210
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 541415947006689009}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 7629481540367937291}
- {fileID: 6228598716668433266}
- {fileID: 3228780009230665738}
- {fileID: 8901209513200277895}
m_Father: {fileID: 525326701495472490}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &739212289150650231
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2529755070024774003}
- component: {fileID: 2802756388202944897}
- component: {fileID: 7014522824805942743}
m_Layer: 0
m_Name: SmallCloud_2
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!4 &2529755070024774003
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_GameObject: {fileID: 739212289150650231}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalPosition: {x: 13.31, y: 1.97, z: 0}
m_LocalScale: {x: -1.1075517, y: 1.1075516, z: 1.0410984}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Father: {fileID: 6845626153017959875}
m_RootOrder: 2
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!212 &2802756388202944897
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_GameObject: {fileID: 739212289150650231}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: -96
m_Sprite: {fileID: -6109354006727621133, guid: 96a89d9ac91b4a0499e22d325fc1bb9c, type: 3}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Color: {r: 1, g: 1, b: 1, a: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_FlipX: 1
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_FlipY: 0
m_DrawMode: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Size: {x: 3.47, y: 8.96}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!114 &7014522824805942743
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_GameObject: {fileID: 739212289150650231}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Enabled: 1
m_EditorHideFlags: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Script: {fileID: 11500000, guid: 86babf8846fa7a4498e3fa3648f95cc9, type: 3}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Name:
m_EditorClassIdentifier:
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
AutoScroll: 1
XSpeed: -0.15
YSpeed: 0
NegativeBounds: {x: -15, y: 0}
PositiveBounds: {x: 15, y: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &807376699474854874
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 5899539234238408660}
- component: {fileID: 277060060062477722}
m_Layer: 0
m_Name: refff
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &5899539234238408660
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 807376699474854874}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalPosition: {x: -0.09, y: 0.01, z: 0}
m_LocalScale: {x: 1.38, y: 1.3559992, z: 0.75393546}
m_ConstrainProportionsScale: 1
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 6163636881912119569}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &277060060062477722
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 807376699474854874}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 3912
m_Sprite: {fileID: 21300000, guid: 7f77e0bb25424bb4f847aef3989f6a09, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 0.5803922}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Size: {x: 12.8, y: 7.2}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &1134876823469298313
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2409693303690741839}
- component: {fileID: 1797786678168350392}
m_Layer: 0
m_Name: Smear
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &2409693303690741839
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1134876823469298313}
m_LocalRotation: {x: -0, y: -0, z: -0.7093236, w: 0.7048831}
m_LocalPosition: {x: -22.379786, y: -1.065319, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.6005851, y: 0.6005851, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 6911127574010514126}
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90.36}
--- !u!212 &1797786678168350392
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1134876823469298313}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 2900
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 5745174989593773125, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &1205877575774920491
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7934843796294291948}
- component: {fileID: 1405959680346794173}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
- component: {fileID: 2213174238203282286}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Layer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Name: Mountains_1
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &7934843796294291948
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1205877575774920491}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalPosition: {x: 2.8700001, y: -1.7026999, z: 0}
m_LocalScale: {x: 1.4994594, y: 1.4994594, z: 0.94629496}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Father: {fileID: 3208633507828300290}
m_RootOrder: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &1405959680346794173
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1205877575774920491}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: -99
m_Sprite: {fileID: -653001023094826149, guid: 96a89d9ac91b4a0499e22d325fc1bb9c, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Size: {x: 26.72, y: 4.94}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!114 &2213174238203282286
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1205877575774920491}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 86babf8846fa7a4498e3fa3648f95cc9, type: 3}
m_Name:
m_EditorClassIdentifier:
AutoScroll: 1
XSpeed: -0.06
YSpeed: 0
NegativeBounds: {x: -33, y: 0}
PositiveBounds: {x: 33, y: 0}
--- !u!1 &1432608525234180120
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4842280282255754497}
- component: {fileID: 4677582251907154707}
- component: {fileID: 3319980781065202592}
m_Layer: 0
m_Name: MediumHills_2
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4842280282255754497
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1432608525234180120}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 18, y: -0.48483998, z: 0}
m_LocalScale: {x: 1.0917743, y: 1.0917743, z: 0.94629496}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7355218572872366535}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &4677582251907154707
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1432608525234180120}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: -97
m_Sprite: {fileID: -9215271416018340848, guid: 96a89d9ac91b4a0499e22d325fc1bb9c, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 4.8, y: 9.48}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!114 &3319980781065202592
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1432608525234180120}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 86babf8846fa7a4498e3fa3648f95cc9, type: 3}
m_Name:
m_EditorClassIdentifier:
AutoScroll: 1
XSpeed: -0.1
YSpeed: 0
NegativeBounds: {x: -20, y: 0}
PositiveBounds: {x: 20, y: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &1456433975185408193
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6228598716668433266}
- component: {fileID: 7331341725845227146}
m_Layer: 0
m_Name: ArmFill (1)
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &6228598716668433266
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1456433975185408193}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -26.669996, y: -1.5300002, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.60059303, y: 0.60059303, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 2029306107555335210}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &7331341725845227146
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1456433975185408193}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 1900
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 3618119950039578974, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 0.9607843, g: 0.13725491, b: 0.9254902, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &1661288258919714369
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2820416745583199669}
- component: {fileID: 6360083702826815201}
m_Layer: 0
m_Name: Belt
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2820416745583199669
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1661288258919714369}
m_LocalRotation: {x: -0, y: -0, z: 0.09958023, w: 0.99502957}
m_LocalPosition: {x: -1.2, y: -4.51, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.9901156, y: 0.9901156, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 2799632831073484558}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 11.43}
--- !u!212 &6360083702826815201
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1661288258919714369}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 150
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -8439069488565854616, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 10.12, y: 7.060413}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!1 &1777252562074325679
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2033653106037340311}
- component: {fileID: 7878433677621818399}
- component: {fileID: 8610999598766900212}
m_Layer: 0
m_Name: MediumCloud
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2033653106037340311
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1777252562074325679}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 19.46, y: 3.67, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 6845626153017959875}
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &7878433677621818399
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1777252562074325679}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: -96
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Sprite: {fileID: -6971271607518691188, guid: 96a89d9ac91b4a0499e22d325fc1bb9c, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 4.49, y: 2.67}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!114 &8610999598766900212
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1777252562074325679}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 86babf8846fa7a4498e3fa3648f95cc9, type: 3}
m_Name:
m_EditorClassIdentifier:
AutoScroll: 1
XSpeed: -0.15
YSpeed: 0
NegativeBounds: {x: -15, y: 0}
PositiveBounds: {x: 15, y: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &2066204535219072923
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7456816249498937322}
- component: {fileID: 250863010121329943}
m_Layer: 0
m_Name: ArmBack
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &7456816249498937322
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2066204535219072923}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -0.53, y: -3.93, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.59433, y: 0.59433, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 1415265751269166897}
m_RootOrder: 4
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &250863010121329943
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2066204535219072923}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: -2
m_Sprite: {fileID: -4897778990156059488, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!1 &2098238020394522322
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 3184093280622031502}
- component: {fileID: 1539423100800681560}
- component: {fileID: 5153164108655908424}
m_Layer: 0
m_Name: Mountains_2
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &3184093280622031502
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2098238020394522322}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 36.31, y: -1.7026999, z: 0}
m_LocalScale: {x: 1.4994594, y: 1.4994594, z: 0.94629496}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 3208633507828300290}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &1539423100800681560
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2098238020394522322}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: -99
m_Sprite: {fileID: -653001023094826149, guid: 96a89d9ac91b4a0499e22d325fc1bb9c, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 26.72, y: 4.94}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!114 &5153164108655908424
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2098238020394522322}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 86babf8846fa7a4498e3fa3648f95cc9, type: 3}
m_Name:
m_EditorClassIdentifier:
AutoScroll: 1
XSpeed: -0.06
YSpeed: 0
NegativeBounds: {x: -33, y: 0}
PositiveBounds: {x: 33, y: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &2136199085996446022
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 987717339591541637}
- component: {fileID: 6603852189393251712}
m_Layer: 0
m_Name: Smear
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &987717339591541637
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2136199085996446022}
m_LocalRotation: {x: -0, y: -0, z: -0.7093236, w: 0.7048831}
m_LocalPosition: {x: 1.95, y: 0.13, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.60059, y: 0.60059, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 4775588767381400061}
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90.36}
--- !u!212 &6603852189393251712
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2136199085996446022}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 8000
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 5745174989593773125, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &2138182652567016259
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 8261465824874461497}
- component: {fileID: 8662262691701587080}
m_Layer: 0
m_Name: Lines (1)
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8261465824874461497
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2138182652567016259}
m_LocalRotation: {x: -0, y: -0, z: -0.13186875, w: 0.9912672}
m_LocalPosition: {x: 0.54, y: -1.47, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 1.0429088, y: 1.0429088, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 2664941458956283857}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: -15.155}
--- !u!212 &8662262691701587080
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2138182652567016259}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 500
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 8640846828575382696, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &2289247019406452885
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6297872380695716631}
- component: {fileID: 4305007896708555133}
m_Layer: 0
m_Name: ArmOutline
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &6297872380695716631
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2289247019406452885}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -25.560001, y: -1.9699999, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.60059303, y: 0.60059303, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 6911127574010514126}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &4305007896708555133
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2289247019406452885}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 2500
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -6050273488799331327, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &2312111803680037490
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 950625167985768828}
- component: {fileID: 3384858249588073603}
- component: {fileID: 7704824011753984293}
m_Layer: 0
m_Name: DumplingSmear2
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &950625167985768828
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_GameObject: {fileID: 2312111803680037490}
m_LocalRotation: {x: -0, y: -0, z: -0.32880497, w: 0.94439787}
m_LocalPosition: {x: -0.8, y: -1.06, z: 0}
m_LocalScale: {x: 0.713743, y: 0.889181, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1320956615209280668}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: -38.393}
--- !u!212 &3384858249588073603
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2312111803680037490}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 1500
m_Sprite: {fileID: 1605976402678978084, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 0}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!95 &7704824011753984293
Animator:
serializedVersion: 5
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2312111803680037490}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: ec988bcfb1c6d3349947d75ab118fd5a, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
m_StabilizeFeet: 0
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
--- !u!1 &2449787844559758918
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2907121166254446214}
- component: {fileID: 797328727417177778}
m_Layer: 0
m_Name: Smear
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &2907121166254446214
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2449787844559758918}
m_LocalRotation: {x: -0, y: -0, z: -0.7093236, w: 0.7048831}
m_LocalPosition: {x: 1.95, y: 0.13, z: 0}
m_LocalScale: {x: 0.60059, y: 0.60059, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Father: {fileID: 6289292209976872202}
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90.36}
--- !u!212 &797328727417177778
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_GameObject: {fileID: 2449787844559758918}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 6000
m_Sprite: {fileID: 5745174989593773125, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!1 &2505654211684262630
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
- component: {fileID: 7553112033648447065}
- component: {fileID: 7991691583287168974}
- component: {fileID: 4629149202490261044}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Layer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Name: SmallCloud_1
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_IsActive: 1
--- !u!4 &7553112033648447065
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_GameObject: {fileID: 2505654211684262630}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -4, y: 1.97, z: 0}
m_LocalScale: {x: -1.1075517, y: 1.1075516, z: 1.0410984}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Father: {fileID: 6845626153017959875}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &7991691583287168974
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_GameObject: {fileID: 2505654211684262630}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: -96
m_Sprite: {fileID: -6109354006727621133, guid: 96a89d9ac91b4a0499e22d325fc1bb9c, type: 3}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Color: {r: 1, g: 1, b: 1, a: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_FlipX: 1
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_FlipY: 0
m_DrawMode: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Size: {x: 3.47, y: 8.96}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!114 &4629149202490261044
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2505654211684262630}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 86babf8846fa7a4498e3fa3648f95cc9, type: 3}
m_Name:
m_EditorClassIdentifier:
AutoScroll: 1
XSpeed: -0.15
YSpeed: 0
NegativeBounds: {x: -15, y: 0}
PositiveBounds: {x: 15, y: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &2533418371251927258
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 5900937793740842020}
- component: {fileID: 5387078332547408665}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
- component: {fileID: 4656402600080682805}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Layer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Name: MediumHills_1
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &5900937793740842020
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2533418371251927258}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalPosition: {x: -7.1038, y: 0.51821, z: 0}
m_LocalScale: {x: 1.0917743, y: 1.0917743, z: 0.94629496}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Father: {fileID: 7355218572872366535}
m_RootOrder: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &5387078332547408665
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2533418371251927258}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: -95
m_Sprite: {fileID: 4293028737414108667, guid: 96a89d9ac91b4a0499e22d325fc1bb9c, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Size: {x: 4.14, y: 9.46}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!114 &4656402600080682805
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2533418371251927258}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 86babf8846fa7a4498e3fa3648f95cc9, type: 3}
m_Name:
m_EditorClassIdentifier:
AutoScroll: 1
XSpeed: -0.28
YSpeed: 0
NegativeBounds: {x: -20, y: 0}
PositiveBounds: {x: 20, y: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &2566738640794868358
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 3429445985568152165}
- component: {fileID: 7385393743562001113}
m_Layer: 0
m_Name: Sky
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &3429445985568152165
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2566738640794868358}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 150, y: 1.4681876, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 2950275597470682702}
- {fileID: 3835622964982616484}
m_Father: {fileID: 2169629160349170190}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &7385393743562001113
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2566738640794868358}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: -120
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -7884854158050700277, guid: 96a89d9ac91b4a0499e22d325fc1bb9c, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Size: {x: 0.88, y: 8.64}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &2745463685569105446
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2799632831073484558}
- component: {fileID: 7283326271731926493}
m_Layer: 0
m_Name: Torso
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2799632831073484558
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2745463685569105446}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 1.4, y: -4.76, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.6038735, y: 0.6038735, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 5613490525097808572}
- {fileID: 2820416745583199669}
m_Father: {fileID: 5426835785453495421}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &7283326271731926493
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2745463685569105446}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 100
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -8560562273732883090, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!1 &2767999938887310055
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4664790396195204968}
m_Layer: 0
m_Name: DesertHill
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4664790396195204968
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2767999938887310055}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 7069306874276245283}
- {fileID: 6729417936343292177}
- {fileID: 4044215000492705279}
m_Father: {fileID: 2169629160349170190}
m_RootOrder: 8
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &2848898258884908656
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6729417936343292177}
- component: {fileID: 7316351011524415340}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
- component: {fileID: 1309179661640359768}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Layer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Name: DesertHillSprite2
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &6729417936343292177
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2848898258884908656}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalPosition: {x: 6.0374, y: -2.9735, z: 0}
m_LocalScale: {x: 1.0917743, y: 1.0917743, z: 0.94629496}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Father: {fileID: 4664790396195204968}
m_RootOrder: 1
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &7316351011524415340
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2848898258884908656}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: -91
m_Sprite: {fileID: 3324821254823052925, guid: 96a89d9ac91b4a0499e22d325fc1bb9c, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 1
m_FlipY: 0
m_DrawMode: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Size: {x: 8.25, y: 2.68}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!114 &1309179661640359768
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2848898258884908656}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 86babf8846fa7a4498e3fa3648f95cc9, type: 3}
m_Name:
m_EditorClassIdentifier:
AutoScroll: 1
XSpeed: -0.5
YSpeed: 0
NegativeBounds: {x: -20, y: 0}
PositiveBounds: {x: 20, y: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &2898546125529081447
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6643986184524449490}
- component: {fileID: 2328415277596534504}
m_Layer: 0
m_Name: ArmFill
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &6643986184524449490
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2898546125529081447}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -2.4599998, y: -0.62, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.60059303, y: 0.60059303, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 6289292209976872202}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &2328415277596534504
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2898546125529081447}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 5200
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 3618119950039578974, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 0.09045226, b: 0, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &2926790657427714056
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 8505819872657170028}
- component: {fileID: 1842658472960293460}
m_Layer: 0
m_Name: ArmOutline
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8505819872657170028
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2926790657427714056}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -1.7100004, y: -0.5400003, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.60059303, y: 0.60059303, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 4775588767381400061}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &1842658472960293460
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2926790657427714056}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 7500
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -6050273488799331327, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!1 &3023194725915466646
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 3208633507828300290}
m_Layer: 0
m_Name: Mountains
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &3208633507828300290
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3023194725915466646}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 7934843796294291948}
- {fileID: 3184093280622031502}
m_Father: {fileID: 2169629160349170190}
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &3152210829155713986
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 3835622964982616484}
- component: {fileID: 2036902658037461301}
m_Layer: 0
m_Name: WaterBelow
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!4 &3835622964982616484
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3152210829155713986}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalPosition: {x: 0, y: -14.0716, z: 0}
m_LocalScale: {x: 0.84, y: 22.155056, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 3429445985568152165}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &2036902658037461301
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3152210829155713986}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: -80
m_Sprite: {fileID: 7482667652216324306, guid: 48e93eef0688c4a259cb0eddcd8661f7, type: 3}
m_Color: {r: 0.5176471, g: 0.78431374, b: 0.72156864, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 1, y: 1}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &3296724260963387781
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 961895903694548047}
- component: {fileID: 5583056757785155073}
m_Layer: 0
m_Name: Orb
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &961895903694548047
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3296724260963387781}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -2.9, y: -5.31, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.67290044, y: 0.67290044, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 1415265751269166897}
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &5583056757785155073
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3296724260963387781}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 350
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -4567597783422742960, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &3302407174212383176
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4928703537534757983}
- component: {fileID: 913015946501005382}
m_Layer: 0
m_Name: HandBack
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4928703537534757983
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3302407174212383176}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -1.82, y: -2.2, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.59433, y: 0.59433, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 1415265751269166897}
m_RootOrder: 5
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &913015946501005382
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3302407174212383176}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: -1
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 4821304094088801921, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &3423986502417897344
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1320956615209280668}
m_Layer: 0
m_Name: DumplingStuff
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1320956615209280668
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3423986502417897344}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 168333956154290365}
- {fileID: 3441632085760416725}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
- {fileID: 950625167985768828}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Father: {fileID: 6163636881912119569}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_RootOrder: 6
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &3426236198383799774
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4643193760164954688}
- component: {fileID: 417882461146517048}
m_Layer: 0
m_Name: Smear1
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &4643193760164954688
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3426236198383799774}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -2.384458, y: -2.598796, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.6123394, y: 0.6123394, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 1415265751269166897}
m_RootOrder: 6
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &417882461146517048
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3426236198383799774}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 300
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 4814217994961053678, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &3839366164138925239
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 3228780009230665738}
- component: {fileID: 3528239304380789369}
m_Layer: 0
m_Name: Hand (1)
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &3228780009230665738
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3839366164138925239}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -21.052998, y: -1.0710001, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.58887845, y: 0.58887845, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 2029306107555335210}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &3528239304380789369
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3839366164138925239}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 2100
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -3127631648944981523, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &4061874357033385591
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1415265751269166897}
- component: {fileID: 8155799568250144337}
m_Layer: 0
m_Name: Arms
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1415265751269166897
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4061874357033385591}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 2.28, y: 0.66999996, z: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_LocalScale: {x: 1, y: 1, z: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 2664941458956283857}
- {fileID: 5830078004604036766}
- {fileID: 3017711330013249651}
- {fileID: 961895903694548047}
- {fileID: 7456816249498937322}
- {fileID: 4928703537534757983}
- {fileID: 4643193760164954688}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Father: {fileID: 1156341757066198576}
m_RootOrder: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!95 &8155799568250144337
Animator:
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
serializedVersion: 5
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4061874357033385591}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: f043c131e025c5c4ca6e02df921032b8, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StabilizeFeet: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &4071919639106642331
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2664941458956283857}
- component: {fileID: 1913586068347693328}
m_Layer: 0
m_Name: Arm
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2664941458956283857
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4071919639106642331}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0.6, y: -4.15, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.59433, y: 0.59433, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 2223545248008591642}
- {fileID: 8261465824874461497}
m_Father: {fileID: 1415265751269166897}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &1913586068347693328
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4071919639106642331}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 400
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 3328913364589298666, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &4312713017965012789
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 8670665359059031396}
- component: {fileID: 143590264959096272}
m_Layer: 0
m_Name: BabyHolder
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8670665359059031396
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4312713017965012789}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -0.66239053, y: -0.9770253, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.94, y: 0.95175, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 5613490525097808572}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &143590264959096272
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4312713017965012789}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 150
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 7953426270202603213, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &4577846014379795925
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
- component: {fileID: 3441632085760416725}
- component: {fileID: 4496255832183162831}
- component: {fileID: 5342086749115587097}
m_Layer: 0
m_Name: DumplingSmear1
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &3441632085760416725
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4577846014379795925}
m_LocalRotation: {x: -0, y: -0, z: -0.32880497, w: 0.94439787}
m_LocalPosition: {x: -0.2, y: -1.67, z: 0}
m_LocalScale: {x: 0.713743, y: 0.97839886, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1320956615209280668}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: -38.393}
--- !u!212 &4496255832183162831
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4577846014379795925}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 1500
m_Sprite: {fileID: 1605976402678978084, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 0}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!95 &5342086749115587097
Animator:
serializedVersion: 5
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4577846014379795925}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: ec988bcfb1c6d3349947d75ab118fd5a, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
m_StabilizeFeet: 0
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
--- !u!1 &4647519946615352385
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7291179574576903642}
- component: {fileID: 7101641661663874947}
- component: {fileID: 859935677193600499}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Layer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Name: MidShortHills
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!4 &7291179574576903642
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_GameObject: {fileID: 4647519946615352385}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 10.04, y: -2.33, z: 0}
m_LocalScale: {x: 1.0917743, y: 1.0917743, z: 0.94629496}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Father: {fileID: 7355218572872366535}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &7101641661663874947
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_GameObject: {fileID: 4647519946615352385}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: -95
m_Sprite: {fileID: 4293028737414108667, guid: 96a89d9ac91b4a0499e22d325fc1bb9c, type: 3}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Color: {r: 1, g: 1, b: 1, a: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_FlipX: 1
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_FlipY: 0
m_DrawMode: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Size: {x: 4.14, y: 9.46}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!114 &859935677193600499
MonoBehaviour:
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_GameObject: {fileID: 4647519946615352385}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Enabled: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 86babf8846fa7a4498e3fa3648f95cc9, type: 3}
m_Name:
m_EditorClassIdentifier:
AutoScroll: 1
XSpeed: -0.28
YSpeed: 0
NegativeBounds: {x: -20, y: 0}
PositiveBounds: {x: 20, y: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &4699008434711184625
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6163636881912119569}
- component: {fileID: 1709156971257028493}
m_Layer: 0
m_Name: munchyMonk
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &6163636881912119569
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4699008434711184625}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 5899539234238408660}
- {fileID: 2169629160349170190}
- {fileID: 831714461830505250}
- {fileID: 2554173831134354060}
- {fileID: 525326701495472490}
- {fileID: 4780003096125758277}
- {fileID: 1320956615209280668}
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &1709156971257028493
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4699008434711184625}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: eaa148892e198444c9fa22a7565e1d76, type: 3}
m_Name:
m_EditorClassIdentifier:
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
SoundSequences:
- name: one_go
sequence:
game: 1
force: 1
clips:
- clip: munchyMonk/one_1
beat: 0
pitch: 1
volume: 1
looping: 0
offset: 0
parameters: []
- clip: munchyMonk/one_2
beat: 1
pitch: 1
volume: 1
looping: 0
offset: 0
parameters: []
- name: two_go
sequence:
game: 1
force: 1
clips:
- clip: munchyMonk/two_1
beat: -0.5
pitch: 1
volume: 1
looping: 0
offset: 0
parameters: []
- clip: munchyMonk/two_2
beat: 0
pitch: 1
volume: 1
looping: 0
offset: 0
parameters: []
- clip: munchyMonk/two_3
beat: 1
pitch: 1
volume: 1
looping: 0
offset: 0
parameters: []
- clip: munchyMonk/two_4
beat: 1.5
pitch: 1
volume: 1
looping: 0
offset: 0
parameters: []
- name: three_go
sequence:
game: 1
force: 1
clips:
- clip: munchyMonk/three_1
beat: 0
pitch: 1
volume: 1
looping: 0
offset: 0
parameters: []
- clip: munchyMonk/three_2
beat: 1
pitch: 1
volume: 1
looping: 0
offset: 0
parameters: []
- clip: munchyMonk/three_3
beat: 2
pitch: 1
volume: 1
looping: 0
offset: 0
parameters: []
- clip: munchyMonk/three_4
beat: 3
pitch: 1
volume: 1
looping: 0
offset: 0
parameters: []
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
EligibleHits: []
scheduledInputs: []
firstEnable: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
dumplings: []
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
Baby: {fileID: 9030838172503822172}
BrowHolder: {fileID: 5330488048195279595}
StacheHolder: {fileID: 6761161352435120153}
DumplingObj: {fileID: 6215383920913072889}
OneGiverAnim: {fileID: 6809288357990963551}
TwoGiverAnim: {fileID: 7701772336829383192}
ThreeGiverAnim: {fileID: 6495224626437450886}
BrowAnim: {fileID: 3292085202543521318}
StacheAnim: {fileID: 172082494198118750}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
MonkHolderAnim: {fileID: 3449052525920353599}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
MonkAnim: {fileID: 1267849249056320680}
MonkArmsAnim: {fileID: 8155799568250144337}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
dumplingSprites:
- {fileID: 386239251, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
- {fileID: 386239251, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
- {fileID: 386239251, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
- {fileID: 386239251, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
- {fileID: 386239251, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
- {fileID: 386239251, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
lastReportedBeat: 0
needBlush: 0
isStaring: 0
--- !u!1 &4728247956964418924
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 168333956154290365}
m_Layer: 0
m_Name: DumplingHolder
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &168333956154290365
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4728247956964418924}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 838801096863034419}
m_Father: {fileID: 1320956615209280668}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &5004137005389582764
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2999203713030519643}
- component: {fileID: 2536312974409761165}
m_Layer: 0
m_Name: Nose
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2999203713030519643
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5004137005389582764}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -4.301448, y: -0.2649563, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 2671407606567406260}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &2536312974409761165
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5004137005389582764}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 200
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 2096894050778430725, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &5005167435216901226
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2223545248008591642}
- component: {fileID: 2592589719179291916}
m_Layer: 0
m_Name: Lines
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2223545248008591642
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5005167435216901226}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0.18, y: -1.75, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.9745213, y: 0.9745213, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 2664941458956283857}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &2592589719179291916
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5005167435216901226}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 500
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -1441660721830477300, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &5249704345827524699
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2169629160349170190}
m_Layer: 0
m_Name: Bg
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2169629160349170190
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5249704345827524699}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 2.18, y: -0.19, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 3429445985568152165}
- {fileID: 590582792504222320}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
- {fileID: 7355218572872366535}
- {fileID: 3208633507828300290}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
- {fileID: 6332278233260095964}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
- {fileID: 7314583057274366728}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
- {fileID: 1871091660103544811}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
- {fileID: 6845626153017959875}
- {fileID: 4664790396195204968}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Father: {fileID: 6163636881912119569}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &5303976710669979557
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 3808185254394355244}
- component: {fileID: 8833238102376128336}
m_Layer: 0
m_Name: Mouth
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &3808185254394355244
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5303976710669979557}
m_LocalRotation: {x: -0, y: -0, z: 0.024735164, w: 0.9996941}
m_LocalPosition: {x: -2.213, y: -4.14, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 2671407606567406260}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 2.835}
--- !u!212 &8833238102376128336
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5303976710669979557}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 200
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -6038894927061569683, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &5326742123325797300
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1280084572664218517}
- component: {fileID: 6251178941257073503}
- component: {fileID: 172082494198118750}
m_Layer: 0
m_Name: Mustache
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1280084572664218517
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5326742123325797300}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -1.49, y: -1.500001, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.8450218, y: 0.8345894, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 4019222050678431080}
m_Father: {fileID: 2712405704287867106}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &6251178941257073503
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5326742123325797300}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 500
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -5838665192725735556, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!95 &172082494198118750
Animator:
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
serializedVersion: 5
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5326742123325797300}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: 036a2794eac150f499a773de6a3619ca, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StabilizeFeet: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &5330488048195279595
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1856044063768226938}
m_Layer: 0
m_Name: BrowHolder
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &1856044063768226938
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5330488048195279595}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 705948717492519649}
m_Father: {fileID: 2671407606567406260}
m_RootOrder: 7
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &5516703322854754306
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 5747733145301393674}
- component: {fileID: 8356386342489548542}
m_Layer: 0
m_Name: ArmOutline
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &5747733145301393674
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5516703322854754306}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -1.9200001, y: -0.62, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.60059303, y: 0.60059303, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 6289292209976872202}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &8356386342489548542
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5516703322854754306}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 5500
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -6050273488799331327, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &5526496807291651808
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6911127574010514126}
m_Layer: 0
m_Name: Arm
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &6911127574010514126
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5526496807291651808}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 6297872380695716631}
- {fileID: 4966359151152515068}
- {fileID: 4680359941311217722}
- {fileID: 2409693303690741839}
m_Father: {fileID: 525326701495472490}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &5581261824129941977
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2671407606567406260}
- component: {fileID: 1668198411037377193}
m_Layer: 0
m_Name: Head
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2671407606567406260
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5581261824129941977}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 1.15, y: 3.16, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.61142194, y: 0.6038735, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 2999203713030519643}
- {fileID: 3808185254394355244}
- {fileID: 4726564591687498317}
- {fileID: 7276743498366378064}
- {fileID: 5634438699355064781}
- {fileID: 2413677811540700344}
- {fileID: 6610891455418019493}
- {fileID: 1856044063768226938}
- {fileID: 2712405704287867106}
m_Father: {fileID: 5426835785453495421}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &1668198411037377193
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5581261824129941977}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 150
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 4729902717272003802, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &5584816661429645807
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 705948717492519649}
- component: {fileID: 38081829694205902}
- component: {fileID: 3292085202543521318}
m_Layer: 0
m_Name: Eyebrow
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &705948717492519649
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5584816661429645807}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -1.9, y: 1.9, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.8450219, y: 0.8345894, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 1856044063768226938}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &38081829694205902
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5584816661429645807}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 200
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -6682347140601531886, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!95 &3292085202543521318
Animator:
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
serializedVersion: 5
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5584816661429645807}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: 5dc9691fd24dcd44d89d682639533d9c, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StabilizeFeet: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &5655808078371000402
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1851265658950431383}
- component: {fileID: 6304411726537837485}
m_Layer: 0
m_Name: Hand
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1851265658950431383
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5655808078371000402}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 3.450001, y: -0.43999982, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.60059, y: 0.60059, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 6289292209976872202}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &6304411726537837485
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5655808078371000402}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 5300
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -2434628416656219332, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &5713692358072737656
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 5426835785453495421}
- component: {fileID: 1267849249056320680}
m_Layer: 0
m_Name: Monk
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &5426835785453495421
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5713692358072737656}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 2.32, y: 0.59, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.98419625, y: 0.98419625, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 2671407606567406260}
- {fileID: 2799632831073484558}
m_Father: {fileID: 831714461830505250}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!95 &1267849249056320680
Animator:
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
serializedVersion: 5
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5713692358072737656}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: 73835c0e66a7a7e4c84ea91c29ffa642, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StabilizeFeet: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &5726060143964963418
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2950275597470682702}
- component: {fileID: 2834088974623845706}
m_Layer: 0
m_Name: SkyTop
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2950275597470682702
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5726060143964963418}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 14.4147, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.84, y: 21.4694, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 3429445985568152165}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &2834088974623845706
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5726060143964963418}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: -200
m_Sprite: {fileID: 7482667652216324306, guid: 48e93eef0688c4a259cb0eddcd8661f7, type: 3}
m_Color: {r: 0.69803923, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 1, y: 1}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &5816328712579002797
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7276743498366378064}
- component: {fileID: 259716900836694690}
m_Layer: 0
m_Name: Eye
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &7276743498366378064
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5816328712579002797}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -2.02, y: 1.49, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 2671407606567406260}
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &259716900836694690
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5816328712579002797}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 160
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 7784944344224955730, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &5816764775575174652
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 5634438699355064781}
- component: {fileID: 7314890569378308390}
m_Layer: 0
m_Name: EyeBack
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &5634438699355064781
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5816764775575174652}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -2.14, y: 1.49, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 2671407606567406260}
m_RootOrder: 4
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &7314890569378308390
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5816764775575174652}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 150
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 7784944344224955730, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &6215383920913072889
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 838801096863034419}
- component: {fileID: 1906072608615175757}
- component: {fileID: 5825862585537634178}
- component: {fileID: 281185408784258692}
m_Layer: 0
m_Name: Dumpling
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &838801096863034419
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6215383920913072889}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalPosition: {x: -2.46, y: -3.37, z: 0}
m_LocalScale: {x: 0.605, y: 0.605, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 168333956154290365}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &1906072608615175757
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6215383920913072889}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 1000
m_Sprite: {fileID: 386239251, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Size: {x: 0.25, y: 0.32}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!114 &5825862585537634178
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6215383920913072889}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 4c87c9f6cda1a0748b3d81a13719d112, type: 3}
m_Name:
m_EditorClassIdentifier:
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
dumplingColor: {r: 1, g: 1, b: 1, a: 1}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
startBeat: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
canDestroy: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
smearAnim: {fileID: 5342086749115587097}
anim: {fileID: 281185408784258692}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
smearSr: {fileID: 4496255832183162831}
sr: {fileID: 1906072608615175757}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!95 &281185408784258692
Animator:
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
serializedVersion: 5
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6215383920913072889}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: 3b20582ac7fc19743b4474de0432f7de, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StabilizeFeet: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &6249838359853358595
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 5830078004604036766}
- component: {fileID: 6095801569454306541}
m_Layer: 0
m_Name: ArmUpper
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &5830078004604036766
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6249838359853358595}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -1.55, y: -5.25, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.6062166, y: 0.6062166, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 1415265751269166897}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &6095801569454306541
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6249838359853358595}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 200
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 4078123855150933827, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &6291367272636632625
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 831714461830505250}
- component: {fileID: 3449052525920353599}
m_Layer: 0
m_Name: MonkHolder
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &831714461830505250
Transform:
m_ObjectHideFlags: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6291367272636632625}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0.25, y: 0.38, z: 0}
m_LocalScale: {x: 0.94, y: 0.94, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 5426835785453495421}
- {fileID: 1156341757066198576}
m_Father: {fileID: 6163636881912119569}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!95 &3449052525920353599
Animator:
serializedVersion: 5
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6291367272636632625}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: b6ba77b89884b6c429ea5ec6358f7af5, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
m_StabilizeFeet: 0
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &6492138136306635239
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4775588767381400061}
m_Layer: 0
m_Name: Arm
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &4775588767381400061
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6492138136306635239}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -24.35, y: -3.7, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 8505819872657170028}
- {fileID: 2443353364924448067}
- {fileID: 4843336973873061230}
- {fileID: 987717339591541637}
m_Father: {fileID: 4780003096125758277}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!1 &6500376375800310657
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7355218572872366535}
m_Layer: 0
m_Name: MidHills
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &7355218572872366535
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6500376375800310657}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 5900937793740842020}
- {fileID: 4842280282255754497}
- {fileID: 7291179574576903642}
m_Father: {fileID: 2169629160349170190}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &6565935789177318324
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6610891455418019493}
- component: {fileID: 2051288382430021211}
m_Layer: 0
m_Name: Blush
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &6610891455418019493
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6565935789177318324}
m_LocalRotation: {x: -0, y: -0, z: 0.029878588, w: 0.9995536}
m_LocalPosition: {x: -1.39, y: -0.61, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 2671407606567406260}
m_RootOrder: 6
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 3.424}
--- !u!212 &2051288382430021211
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6565935789177318324}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 150
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 1229315381013837462, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &6708307653083428751
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4019222050678431080}
- component: {fileID: 1443619449889847100}
m_Layer: 0
m_Name: Thing
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &4019222050678431080
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6708307653083428751}
m_LocalRotation: {x: -0, y: -0, z: -0.6969902, w: 0.7170807}
m_LocalPosition: {x: 1.27, y: -1.41, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 1.0174909, y: 1.0049292, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 1280084572664218517}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: -88.372}
--- !u!212 &1443619449889847100
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6708307653083428751}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 500
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -5838665192725735556, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &6720235045024052485
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 8086412976432979886}
- component: {fileID: 7129764609925869669}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
- component: {fileID: 5828880547652186327}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Layer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Name: BigCloud
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8086412976432979886
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6720235045024052485}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalPosition: {x: 5.5971994, y: 3.1895, z: 0}
m_LocalScale: {x: 1.0917743, y: 1.0917743, z: 0.94629496}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Father: {fileID: 6845626153017959875}
m_RootOrder: 1
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &7129764609925869669
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6720235045024052485}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: -96
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -886345551953287938, guid: 96a89d9ac91b4a0499e22d325fc1bb9c, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Size: {x: 6.65, y: 3.57}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!114 &5828880547652186327
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_GameObject: {fileID: 6720235045024052485}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Enabled: 1
m_EditorHideFlags: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Script: {fileID: 11500000, guid: 86babf8846fa7a4498e3fa3648f95cc9, type: 3}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Name:
m_EditorClassIdentifier:
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
AutoScroll: 1
XSpeed: -0.15
YSpeed: 0
NegativeBounds: {x: -15, y: 0}
PositiveBounds: {x: 15, y: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &6761161352435120153
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2712405704287867106}
m_Layer: 0
m_Name: StacheHolder
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &2712405704287867106
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6761161352435120153}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalPosition: {x: 0.19, y: -0.46, z: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_LocalScale: {x: 1, y: 1, z: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 1280084572664218517}
m_Father: {fileID: 2671407606567406260}
m_RootOrder: 8
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &6867122418596973856
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7629481540367937291}
- component: {fileID: 8262040933606643724}
m_Layer: 0
m_Name: ArmOutline (1)
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &7629481540367937291
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6867122418596973856}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -26.13, y: -1.53, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.60059303, y: 0.60059303, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 2029306107555335210}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &8262040933606643724
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6867122418596973856}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 2000
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -6050273488799331327, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &7072800876503356019
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4680359941311217722}
- component: {fileID: 8447951694533164496}
m_Layer: 0
m_Name: Hand
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4680359941311217722
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7072800876503356019}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -20.483, y: -1.511, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.58887845, y: 0.58887845, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 6911127574010514126}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &8447951694533164496
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7072800876503356019}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 2200
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -3127631648944981523, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &7339057828607594881
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4966359151152515068}
- component: {fileID: 7932445357232196060}
m_Layer: 0
m_Name: ArmFill
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4966359151152515068
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7339057828607594881}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -26.1, y: -1.9699999, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.60059303, y: 0.60059303, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 6911127574010514126}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &7932445357232196060
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7339057828607594881}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 2400
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 3618119950039578974, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 0.9607843, g: 0.13725491, b: 0.9254902, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &7413725815403380747
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6289292209976872202}
m_Layer: 0
m_Name: Arm
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &6289292209976872202
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7413725815403380747}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: -1.44, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 5747733145301393674}
- {fileID: 6643986184524449490}
- {fileID: 1851265658950431383}
- {fileID: 2907121166254446214}
m_Father: {fileID: 2554173831134354060}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!1 &7505866129588524750
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6845626153017959875}
m_Layer: 0
m_Name: Clouds
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &6845626153017959875
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7505866129588524750}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 7553112033648447065}
- {fileID: 8086412976432979886}
- {fileID: 2529755070024774003}
- {fileID: 2033653106037340311}
m_Father: {fileID: 2169629160349170190}
m_RootOrder: 7
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &7525778089917288208
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2443353364924448067}
- component: {fileID: 5653755460362515187}
m_Layer: 0
m_Name: ArmFill
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2443353364924448067
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7525778089917288208}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -2.25, y: -0.54, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.60059303, y: 0.60059303, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 4775588767381400061}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &5653755460362515187
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7525778089917288208}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 7200
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 3618119950039578974, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 0.8980392, g: 0.8980392, b: 0.8980392, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &7774895304434243763
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
- component: {fileID: 8901209513200277895}
- component: {fileID: 418886370075741350}
m_Layer: 0
m_Name: Smear (1)
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &8901209513200277895
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7774895304434243763}
m_LocalRotation: {x: -0, y: -0, z: -0.7093236, w: 0.7048831}
m_LocalPosition: {x: -22.379786, y: -1.0653191, z: 0}
m_LocalScale: {x: 0.6005851, y: 0.6005851, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 2029306107555335210}
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90.36}
--- !u!212 &418886370075741350
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7774895304434243763}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 3000
m_Sprite: {fileID: 5745174989593773125, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &7813176331810529580
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1156341757066198576}
m_Layer: 0
m_Name: ArmsHolder
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1156341757066198576
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7813176331810529580}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1415265751269166897}
m_Father: {fileID: 831714461830505250}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &7953296634477943949
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7314583057274366728}
- component: {fileID: 6371201262229313598}
- component: {fileID: 5383331078145009890}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Layer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Name: ShortHills (1)
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_IsActive: 1
--- !u!4 &7314583057274366728
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_GameObject: {fileID: 7953296634477943949}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 11.45, y: -2.895, z: 0}
m_LocalScale: {x: 1.0917743, y: 1.0917743, z: 0.94629496}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Father: {fileID: 2169629160349170190}
m_RootOrder: 5
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &6371201262229313598
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_GameObject: {fileID: 7953296634477943949}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: -92
m_Sprite: {fileID: 1838270889910269822, guid: 96a89d9ac91b4a0499e22d325fc1bb9c, type: 3}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Size: {x: 6.03, y: 2.95}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!114 &5383331078145009890
MonoBehaviour:
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_GameObject: {fileID: 7953296634477943949}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 86babf8846fa7a4498e3fa3648f95cc9, type: 3}
m_Name:
m_EditorClassIdentifier:
AutoScroll: 1
XSpeed: -0.42
YSpeed: 0
NegativeBounds: {x: -20, y: 0}
PositiveBounds: {x: 20, y: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &8219492712356600011
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7069306874276245283}
- component: {fileID: 5157026256237712183}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
- component: {fileID: 6748657384860450837}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Layer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Name: DesertHillSprite1
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &7069306874276245283
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8219492712356600011}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalPosition: {x: -9.226, y: -2.9735, z: 0}
m_LocalScale: {x: 1.0917743, y: 1.0917743, z: 0.94629496}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Father: {fileID: 4664790396195204968}
m_RootOrder: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &5157026256237712183
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8219492712356600011}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: -91
m_Sprite: {fileID: 3324821254823052925, guid: 96a89d9ac91b4a0499e22d325fc1bb9c, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Size: {x: 8.25, y: 2.68}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!114 &6748657384860450837
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8219492712356600011}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 86babf8846fa7a4498e3fa3648f95cc9, type: 3}
m_Name:
m_EditorClassIdentifier:
AutoScroll: 1
XSpeed: -0.5
YSpeed: 0
NegativeBounds: {x: -20, y: 0}
PositiveBounds: {x: 20, y: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &8528382047392833006
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4780003096125758277}
- component: {fileID: 6495224626437450886}
m_Layer: 0
m_Name: AssistantHolder3
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4780003096125758277
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8528382047392833006}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -6.31, y: -1.68, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.94, y: 0.94, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 4775588767381400061}
m_Father: {fileID: 6163636881912119569}
m_RootOrder: 5
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!95 &6495224626437450886
Animator:
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
serializedVersion: 5
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8528382047392833006}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: 0d4fd9e2b5c47e64397398056dcd8347, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StabilizeFeet: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &8633692544295949288
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 590582792504222320}
- component: {fileID: 5354675969053820510}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
- component: {fileID: 8364003212475266873}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Layer: 0
m_Name: Water
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &590582792504222320
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8633692544295949288}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalPosition: {x: 11.04, y: -4.46, z: 0}
m_LocalScale: {x: 0.807, y: 0.807, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 2169629160349170190}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &5354675969053820510
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8633692544295949288}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: -50
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -6618383132387539161, guid: 96a89d9ac91b4a0499e22d325fc1bb9c, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_DrawMode: 2
m_Size: {x: 65.51, y: 1.24}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!114 &8364003212475266873
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8633692544295949288}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 86babf8846fa7a4498e3fa3648f95cc9, type: 3}
m_Name:
m_EditorClassIdentifier:
AutoScroll: 1
XSpeed: -0.5
YSpeed: 0
NegativeBounds: {x: -15.54, y: 0}
PositiveBounds: {x: 11.04, y: 0}
--- !u!1 &8671634408962839517
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4044215000492705279}
- component: {fileID: 7318876833036451559}
- component: {fileID: 6514881826695601649}
m_Layer: 0
m_Name: DesertHillSprite3
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4044215000492705279
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8671634408962839517}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 11.765, y: -2.9735, z: 0}
m_LocalScale: {x: -1.0917747, y: 1.0917743, z: 0.94629496}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 4664790396195204968}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &7318876833036451559
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8671634408962839517}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: -91
m_Sprite: {fileID: 3324821254823052925, guid: 96a89d9ac91b4a0499e22d325fc1bb9c, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 1
m_FlipY: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_DrawMode: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Size: {x: 8.25, y: 2.68}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!114 &6514881826695601649
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8671634408962839517}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 86babf8846fa7a4498e3fa3648f95cc9, type: 3}
m_Name:
m_EditorClassIdentifier:
AutoScroll: 1
XSpeed: -0.5
YSpeed: 0
NegativeBounds: {x: -20, y: 0}
PositiveBounds: {x: 20, y: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &8700103179855839601
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 3017711330013249651}
- component: {fileID: 5472711712759229448}
m_Layer: 0
m_Name: Hand
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &3017711330013249651
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8700103179855839601}
m_LocalRotation: {x: -0, y: -0, z: 0.05823126, w: 0.9983032}
m_LocalPosition: {x: -4.62, y: -5.5, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.594, y: 0.594, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 1415265751269166897}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 6.677}
--- !u!212 &5472711712759229448
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8700103179855839601}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 300
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -5412363002043104757, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &8727317131314027294
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2413677811540700344}
- component: {fileID: 8893582102489399829}
m_Layer: 0
m_Name: Brow
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!4 &2413677811540700344
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8727317131314027294}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -2.05, y: 2.27, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 2671407606567406260}
m_RootOrder: 5
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &8893582102489399829
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8727317131314027294}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 150
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -5862641300611582602, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &8939138063054549425
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2554173831134354060}
- component: {fileID: 6809288357990963551}
m_Layer: 0
m_Name: AssistantHolder1
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2554173831134354060
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8939138063054549425}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -6.31, y: -1.68, z: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalScale: {x: 0.94, y: 0.94, z: 1}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 6289292209976872202}
m_Father: {fileID: 6163636881912119569}
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!95 &6809288357990963551
Animator:
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
serializedVersion: 5
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8939138063054549425}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: dd7ea59f9c1773640b823a4d8b54a6f8, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StabilizeFeet: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &9030838172503822172
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 5613490525097808572}
- component: {fileID: 8652367819549116609}
m_Layer: 0
m_Name: Baby
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &5613490525097808572
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9030838172503822172}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 4.3220973, y: 2.566763, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children:
- {fileID: 8670665359059031396}
m_Father: {fileID: 2799632831073484558}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &8652367819549116609
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9030838172503822172}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: 100
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: 1030990730640347943, guid: de37f25efaa713347b9cfe924e2e3680, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 7.15, y: 4.03}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &9041142239183310377
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1871091660103544811}
- component: {fileID: 4025118480975162234}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
- component: {fileID: 3790367838227915195}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Layer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Name: TallHills
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1871091660103544811
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9041142239183310377}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalPosition: {x: 3.0661, y: -0.48484, z: 0}
m_LocalScale: {x: 1.0917743, y: 1.0917743, z: 0.94629496}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 2169629160349170190}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_RootOrder: 6
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &4025118480975162234
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9041142239183310377}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_SortingOrder: -97
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Sprite: {fileID: -9215271416018340848, guid: 96a89d9ac91b4a0499e22d325fc1bb9c, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Size: {x: 4.8, y: 9.48}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!114 &3790367838227915195
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9041142239183310377}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 86babf8846fa7a4498e3fa3648f95cc9, type: 3}
m_Name:
m_EditorClassIdentifier:
AutoScroll: 1
XSpeed: -0.1
YSpeed: 0
NegativeBounds: {x: -20, y: 0}
PositiveBounds: {x: 20, y: 0}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
--- !u!1 &9169262905377000879
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6332278233260095964}
- component: {fileID: 6447317779789304617}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
- component: {fileID: 1752348584238631895}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Layer: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Name: ShortHills
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &6332278233260095964
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9169262905377000879}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_LocalPosition: {x: -10.082, y: -2.895, z: 0}
m_LocalScale: {x: 1.0917743, y: 1.0917743, z: 0.94629496}
m_ConstrainProportionsScale: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Children: []
m_Father: {fileID: 2169629160349170190}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_RootOrder: 4
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &6447317779789304617
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9169262905377000879}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_StaticShadowCaster: 0
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: -92
m_Sprite: {fileID: 1838270889910269822, guid: 96a89d9ac91b4a0499e22d325fc1bb9c, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Size: {x: 6.03, y: 2.95}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
--- !u!114 &1752348584238631895
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_GameObject: {fileID: 9169262905377000879}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Enabled: 1
m_EditorHideFlags: 0
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
m_Script: {fileID: 11500000, guid: 86babf8846fa7a4498e3fa3648f95cc9, type: 3}
Munchy Monk (#361) * munchy * prefab set up * fixes * all the stuff is there * add scripts and such ok ev u animate away now * animations * eat anim fixes * set up the stuff for arm animation + temp sfx i edited the eat animation to be a little longer so that it doesn't blush inbetween inputs but i think it's fine * basically everything should be ready to animate yes * more anims * just a few things not that much !!!! * fixed anims * t two snap working + sfx + dumpling color title. made lotsa progress, it's looking way better * animations more * idk!!! it's some stuff. but im going to bed now * different colored smears + animators for dumplings * all animations + sprite fixes * oops fixed stare * oops 2 * assigned the animator + just a bunch a' stuff * All anims!! stache and brow stuff * i go to bed now :sleeping: * barelies are working pretty well * very early hits seem to be working on everything but the two twos -it's temporarily disabled cause the ScheduleInput doesn't play nice with it * added starpelly's SuperScroll script * stare and blush blocks * modifier block -only functions to disable the baby for now, will do stuff to how the mustache works in the near future * changed all cues to be prefunctions that queue up a main cue so that they can be called outside of the game for whatever reason the FollowHand animation just doesn't wanna play. everything else does! but not the arguably most important one. * Oops * ymf pls help meee :sob: * Fixed two two dumpling anim not playing * Fixed smear * smear animation + monk animation block ev do ur magic * oops didn't save * smear fix * general progress, barelies, whateva * pushing stuff for new unity edition * monk move block * fix dumplings spawning in editor scene instead of munchy monk prefab(?) --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com> Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
2023-03-27 02:26:11 +00:00
m_Name:
m_EditorClassIdentifier:
Munchy Monk Finalized (#432) * stache stuff (still needs more work but yeah) * new icon (TEMPORARY ICON!!!) * some placeholder animations * more two two jank fixed, almost there * superscroll + fixing early misses * made a few temporary changes to superscroll.cs, i will be modifying it further for ease of use but for now it isn't permanent * made real progress on stopping repeat inputs -game is basically broken for the time being, but i wanna push this so nothing theoretically breaks. ill fix it all tomorrow when im less tired * it's been a while since i've committed my changes * modifiers work again (idk if i broke that in this commit or it was already broken) * stacking logic is here!!! it always uses the latest objects' hit/miss/early function so it should be perfect. i might be able to improve on efficiency tho -FollowHand animation is broken again unfortunately :( * dumplings can now be individually colored, and are assigned their colors in Start(). the smear's colors are defined on Hit() (HitFunction() to be specific) , so that even when there are multiple stacked dumplings, they'll all be accurate. maybe some other stuff but i cannot remember * clean-up + integral fixes onto Monk Move and SingleSuperScroll i think ill add some more comments too * fixed some missing/early stuff + a check for whether you can hit or not * fixed FollowHand animation and the squishing/dumpling on top * cleaned up a ton of unused variables + checks + anims * added unused sound sequences -ig if somebody knows how to use them they can implement them but idk how to and it's not worth figuring out rn * more work on superscroll; there seems to be too many changes to the structure of the script to keep the single scrolling in with the tile scrolling, will combine if necessary tho * fanClub/arisa_dab * monk move!! still working on singlesuperscroll :sob: but i got the monk moving!! * a few optimizations + starting on new singlesuperscroll * ok ScrollObject is usable now oh my GOD i need to optimize how it looks and functions but rn it works like it will when it's done (theoretically) ev do ur work * a few things + new icon!! * scroll speeds are good now * finished except for the stache bop :sob: :sob: :sob: :sob: :sob: why isn't it working * im pring this now --------- Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2023-05-23 04:09:46 +00:00
AutoScroll: 1
XSpeed: -0.42
YSpeed: 0
NegativeBounds: {x: -20, y: 0}
PositiveBounds: {x: 20, y: 0}