Commit Graph

10 Commits

Author SHA1 Message Date
RaffyTaffy14 be7c897e32 Sumo brothers (#706)
* Lockstep

fansodnason

* More Lockstep

Implemented the new sprites (still needs work). Added new Icon.

* More lockstep stuff

i have no clue

* Animation Tweaking

I fiddled around with numbers weeeeeeeeeeeeeeee

* Merge branch 'master' of https://github.com/RaffyTaffy14/HS

* Background

Has basic background

* End Pose Start

Adds the End Pose cue's tweeting sound (took so long but felt so cool)

* Inu Sensei Start

Inu Sensei added to scene. He can bop, crouch, or do neither

* Temp Sumo Brothers Icon

Made by Donfen

* Inu Sensei Tweeting

Inu Sensei now does his animation during the duration of the End Pose cue.

* Crouch Block Rework

Reworked crouch block to be a stretchable cue instead of a toggle (like KM prepare stance)

* Bop Block Rework

Bop block reworked to be a toggle. Also made a few minor tweaks to random things.

* Added the Brothers

The Sumo Brothers from Sumo Brothers are now in Sumo Brothers (minus the sumo)

* Imported Upscaled Sumou_BG

Higher resolution background and Inu Sensei sprites.

* Imported REAL Upscaled Sumou_BG

oops

* Slap & Stomp Signals

the domg buncus and tink tonks

* Twiddling my Thumbs

Random, Insignificant changes to random things in the code

* idk

random cleanup after I finally got HS to not be in shambles

* more stuff

dunno

* Input for Pose

this should not have taken this long

* uh

waste of 4gb atm, need 4gb atm, may need this not atm

* Modernized Bops & WIP Stomps/Slaps

Made the bop system to have automatic/stretchy settings like all new games. Also got a WIP implementation of stomping/slapping

* quite honest i do not know

let's just update HS

* Prepare Slap Animation

Prepare Slap animation has been animated and implemented

* Sumo Prefab

some stuff went down yesterday when updating the fork that involved the sumo prefab randomly downgrading to an older version, so I'm hoping that this commit will make sure that the current prefab wont just vanish into oblivion

* Slapping Animation v1

Spent a few hours animating the front-hand slapping animation. Also added a "Look at Camera" event that makes the brotheren look at the camera while slapping.

* Stomping Animations

All stomp and stomp prepare animations are animated and coded into the game (except for the miss one)

* Slapping Animation v2

finally animated the alternate slapping animation where those sumo brothers slap with their other hand

* Slapping to Stomping Transition

Added the slapping animation for when the Bros transition from slapping to stomping as well as all the accompanying code to get it to function. Also tweaked the two other slapping animations to fix the interpolation of those speed lines.

* Inu Sensei Complete

Added redone inu sensei spritesheet (thanks Mage!), animated all inu sensei animations, and coded all the inu sensei functionality. This is all really coming together now

* Sumo Miss anims & more

Added the Slap/Stomp miss animations. Coded the ability to whiff inputs. Replaced all the SFX with Kievit-approved rips. Added the little slap impact effect for successful slap inputs. Getting ready to make stomps pretty. Fixed misc bugs.

* Sumo Pose anims & more

Added the first set of pose animations. Also added animations for transitioning from posing to something else. Stomps aint getting pretty this time. Fixed misc bugs.

* Sumo Pose anims v2

Animated the whole 2nd set of sumo pose animations. Fixed some various bugs with poses. Added a random setting for the poses (although it doesn't work well with only 2 poses). Getting ready for the PR

* Random Bug Fixes

Fixed random pose option, fixed an animation that accidentally left loop on, and added monologue. Getting ready for pr in a few days.

* New Icon & Bug Fixes

Added a shiny new icon made by Seanski2, fixed a bug about poses in tap mode being a bit bugged and fixed the Slap-to-Stomp slap animation being able to be played too soon.

---------

Co-authored-by: minenice55 <star.elementa@gmail.com>
2024-02-19 01:25:26 +00:00
AstrlJelly e6ca67b4de Slot Monster (#699)
* slot monster GO!

* Rearrangement

+ work on prep anim

* A bit more anim work

* oops

* oops! again!

* grayscale buttons

* basic code + sfx

huzzah!

* bg

* unassigned animation clip, oops

* basic logic, sfx

🤩

* more anim stuff

slowly

* tweaks

no the bounce on the release anim isnt done that crap is way too elastic rn

* icon

* eye sprites!! ill do more later

* baby's first text changes

* push before i revert the prepare

* flash/inputs actually working, create SlotButton.cs

flash now lerps in the SlotButton class, which makes things so. so much easier.

* coin pile,,,

(+ some tweaked anims, may further tweak)

* test block is kil

oops

* slight eyes rework + early barely anims

kill

* fixed eye 3

i am foolish

* eye barelies, consecutive c&rs

we're so close!

* reimport spritesheet

goodbye spritesheet weirdness

* Revert "reimport spritesheet"

This reverts commit f7bd24d14970467fc85a806b60b0fdb9b51b437d.

* okay reimported for realsies this time

* lose anim + larger coins

* I'm stupid + button tweaks

* READY FOR RECORDING

particles, win animation, etc.

* fix particles

* so close to being done :(( but weird input bug

* cleaning up

fix some bugs, add some stuff. this is almost ready for pr!!

* ITS DONE... FINALLY DONE...

* oops star tweak

* ass buns

---------

Co-authored-by: Seanski2 <seanbenedit@gmail.com>
2024-02-18 01:43:20 +00:00
minenice55 85706b47c7 JSL-Related Improvements (#679)
* *don't* cause a stack overflow when polling split controller

* update JSL (DualSense Edge support)

add ability to update controller bindings

* (temporarily) get rid of everything joy-con pair related

* prepare the new controller

update JSL

* implementation of joycon pair

* properly do the material

* finish implementation
2024-02-04 06:54:32 +00:00
AstrlJelly 689226a9bb Mannequin Factory (#499)
* everything

yeah. everything..?
just needs an icon

* ass buns

* clean up + split up the blocks

* quick refresh

just so this doesn't get stale and fall behind in the codebase

* NOT DONE YET! gonna finish tomorrow

* it's done!!

* oh oops gotta actually load the game
2024-01-30 02:41:35 +00:00
AstrlJelly 58a3fe19af Manzai (WIP) (#664)
* Creating the scene

Graphics for the stage and the birds have been set up, no animation or editor events yet

* Implementation of Rudimentary Functionality

Added "pun" blocks with very minimal functionality, and "custom boing" blocks with no functionality. Added functionality to the "bop" block.
Incredibly basic animations and sfx implementation.

* Implemented functionality to "bop" + pitching sfx

pretty much does what the title says. pitching for voicelines is automatic, and scales properly to tempo (based on 98 bpm)

* Added "Hai" Bubbles

basic functionality and animation for "hai" speech bubbles, bubbles are able appear in a random order

* (NEEDS DEBUGGING) Boing block rudimentary implementation

All it's trying to do is figure out if the vulture should mess up his pun and it only plays both functions every time no matter what

* Animation Dump + misc

Properly implemented 6 animations:
raven's bop, talk, and ready
vulture's bop, talk, and boing
Along with implementing proper functionality for puns having random inputs

* [DEBUGGING APPRECIATED] Misc Things

Attempted to add the slide in/out animations to the birds, but they don't currently work (debugging appreciated)

Added and implemented miss sfx, and readjusted the framing of the birds in the scene.

* Prepping for Sound Implementation

Made a system to brute-force phrase sounds, removed some randomization, added a way to pitch and unpitch Kosuke's voice lines, added a temp icon for Manzai.

* Fixed slides

made them fancy :3 (easing, combining the blocks, the works (still no slide animation for the birds tho))

* sourcegen

* ignore

pushing so i can unstash my goddang changes

* HD textures and half of an SFX overhaul

HD textures speak for themselves, comedians and bubbles are beeg now. SFX are currently halfway through a rework and very broken :(

* Finished boings/added short pun animations

self explanatory

* Some Misc Animation Stuff

added move animations, attempted to get "Hai" bubbles to be random but failed, allowed Manzai's inputs to work between game switches

* Loads of Input Stuff

Making bops not overwrite other animations, making the input system correct with all styles (hopefully), added barelies

* More Playability Stuff

Added "boing" hit animation, added audience reactions to correct inputs

* Lights On/Off

Added a toggle for stage lights and shadows for the birbs, plus some misc prefab cleanup

* grrrrrrrr

made the accent color for manzai purple, and fixed broken shit from trying to move spotlights to children of the birds, have NO idea if github is picking up everything correctly and the branch might be a tad broken now, oopsie

* Finished up presentability

added donaiyanen bubble, added slap whiff animations, made light toggle block have an actual checkbox instead of simply toggling the lights, did a bunch of logic to allow animations to be only allowed to play at a certain time, attempted and failed to make the hai bubbles be able to move around

* Slap whiff animation is able to play sooner during a "boing" block now

self explanatory

* bleh

pushing just to get this shit out of the changed files list

* PR-ready-ified

added a "WIP" to manzai's title, and commented out all the unfinished shit

* ass buns

---------

Co-authored-by: ThePurpleAnon <100617766+ThePurpleAnon@users.noreply.github.com>
Co-authored-by: minenice55 <star.elementa@gmail.com>
2024-01-29 03:23:02 +00:00
Rapandrasmus 19973638a2 Monkey watch (#555)
* basic setup+inputs

this is gonna be so annoying to optimize
i am SO overwhelmed with the options that i have
object pooling, disabling the monkeys, literally just placing them manually... idk.

* custom monkeys + more setup stuff

it's all coming together .

* a few tweaks

committing to update the spritesheet

* hi ev

* player stuff

* player anims

* particles

* more of prefab

* upscale for this sheet

* prefab more

* oops

* anims n stuff

* assign the stuff, a little bit of rotation

* better sheet

* balloon sheet

* particles

* Revert "particles"

This reverts commit fe4d589731a3ceacc7d80b7fde520f87b1c6e745.

* Revert "Revert "particles""

This reverts commit ce117b280d4bd7400bd40260f4d858f2d5fba9e3.

* fixed the watch outline + pink monkey prefab variant

the bccad really is a life saver

* anims for monkeys

* convert to dictionary

yippee for dictionaries
* better camera
* click animations are all done
* custom monkeys are actually good now :)
* prefab adjustments

* oopps2

* tweaked particles

* inactive monkeys/custom monkeys + prefab fixes

they should work perfectly now, and the prefab should also need no further adjustment
hopefully...

* many animations

* click fixes

* the prefab needed One more adjustment

* oops again

hopefully the shadow is good now

* sheet adjustment

* all yellow anims done

* progress.

starting on the monkeys appear block rn, and then i'll work on the monkey spawning logic. honestly should be pretty easy (and i DON'T think this will be something i look back on as if i was crazy 😄 )

* open / close hole

* monkey spawning working better

* pink monkey anims

* clean slate

* gonna test something

* proper camera

* Camera movements done

* pink monkey sounds and a small bug fix

* clock arrow now moves

* gettin ready to spawn el monkeys

* monkeys should spawn now ig

* bug fixes

* oops

* monkeys appear added

* more fixes yahoo

* shadow tweak

* bug fixes

* zoom out beginnings

* hour more smooth

* smooth minute too

* it now zooms out lol

* middle monkey

* oopsie doopsie

* hot air balloon

* oops

* anim

* disappear fix

* ticks on input now

* prepare earlier

* tiny tweak

* oops again

* fixed the input bug

* holes

* middle monkey anims

* fixed layering

* zoom out tweaks and shadow movement

* camera tweak

* tweaks

* quad

* camera tweak

* quart

* inspcetor

* shadow correct

* Okay

* zoom out seperation

* instant

* balloon movement

* balloon fixed

* fixed particle

* icon

* fixed beataction parameters

* monkey watch camera refactor

run sourcegen

---------

Co-authored-by: AstrlJelly <bdlawson115@gmail.com>
Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
Co-authored-by: minenice55 <star.elementa@gmail.com>
2024-01-29 03:04:19 +00:00
ev 98233e174d Nightwalk GBA (#569)
* Nightwalks set up

* Play yan with balloons

* platformSetUp

* Platform handler fundamentals

* Count In Added

* small thing

* Got em inputs in nightwalk gba to work

* Platforms now spawn when there's no count-in

* He jumps now!

* Decreased platform count

* Height changes added

* Randomness for height changes

* Name changing

* Fixed a bug with no count in blocks

* Ok height changes should be flawless now

* No jumping added

* Umbrella and lollipop added

* Umbrella drum pattern added

* Fallyan :(

* Implemented falling :(

* Fixed drum patterns not working

* Fish implemented

* Fixed kick sound being weird

* 4 beat count in added

* Tweaked landing pos

* Walking Count-In added

* new sprites touched up anims

* oops1

* barely anims

* Implemented barelies into nightwalk gba

* Balloons have random positioning now

* New sounds and whiff/barely sounds

* Fall smear added

* Fixed issues with platform heights on gameswitches

* 24 platforms

* walk is normalized now

* Star scrolling functionality done

* Blink animations n stuff

* STARS BLINK NOW

* Force evolve added + tweaks

* Fixed stars not stopping + upped amount of stars

* End event setup

* Finding end blocks logic added

* end event functionality finished

* end platform anim

* fixed anim

* only stars on screen evolve

* 2 evolve by default

* End event fixes

* more blinking

* star blinks now and has string

* minor tweak

* fix to interaction between fish and end block

* tweaked dropdown values

* removed fish sound

* named some sprites in the spritesheet

* high jump and roll anims

* Roll sound should only play if valid

* Small fix to roll cue sound logic

* Another small fix to roll cue sound logic

* ok actually fixed roll sound

* roll platform added to jumpl platform prefab

* Roll cue platform visuals done

* Basic Roll Cue implemented

* flower

* umbrella

* barely for roll release

* OOPS

* smol fixes

* fixed visual stuff and added missing to rolls

* redid sheet, new anims

* slow walkin'

* adjustments

* oops

* adjusted smear

* improved interaction between roll and end block

* improved interaction between roll cue and platform heights

* 32 stars

* made the star boundary way smaller

* how was i this stupid

* fixed more interactions

* stack proof roll cue and also end block + roll cue fix

* Fixed things related to stars

* fixed no jumping not working with end block + roll

* nearing the final stages

* rolls counts for 2 jumps now

* fixed a bug to do with roll platforms and made roll platform sounds not be able to be played on invalid beats

* made stage 2 stars bigger

* added destroy roll platform sprites

* update to new systems

---------

Co-authored-by: Rapandrasmus <78219215+Rapandrasmus@users.noreply.github.com>
Co-authored-by: minenice55 <star.elementa@gmail.com>
2024-01-28 06:03:53 +00:00
minenice55 d951006f86 run source generator to add totem climb (#663) 2024-01-28 04:14:30 +00:00
minenice55 99bb47cf1b also use sourcegen for controller loaders 2024-01-18 21:38:01 -05:00
minenice55 e262d051ba replace minigame loader reflection with source generator 2024-01-18 19:56:26 -05:00