minenice55
|
39d3a136c5
|
start working on inputs
- InputType enum is now flags, can be combined together
|
2022-07-28 19:12:21 -04:00 |
|
minenice55
|
022cbad1d6
|
Minigame: Pajama Party (#84)
* Game: Pajama Party
* Pajama Party: bg setup, Mako jump
* Pajama Party: mako jumping
* Pajama Party: prep landing anim references
* Pajama Party: several anims, improved 3d scene
* Pajama Party: bg cleanup
* Pajama Party: Mako sleeping anims
* Pajama Party: All Mako anims, add sounds to fs
* Pajama Party: prep monkey prefab
* Pajama Party: thrown pillow, prep sequences
* Pajama Party: make embarrassed catch not loop
whoops
* Pajama Party: sound adjust, prefab work
* Pajama Party: monkey spawning, basic jumping
* Pajama Party: jump sequence
no input detection or landing yet
* Pajama Party: anims override
* Pajama Party: jump cue functional
comes with improvements and bugfixes to PlayerActionEvent
* Pajama Party: sleep cue functional
* Pajama Party: some notes
* PlayerActionEvent: more bugfixes
* Pajama Party: fully functional throw cue
* Pajama Party: start animating sleep cue
* Pajama Party: feature-complete
* Pajama Party: unfuck layering
* Pajama Party: icon
also adds Fan Club's concept icon
* Pajama Party: cues while unloaded
|
2022-05-27 19:40:16 -07:00 |
|
Pengu123
|
4bd1dd92cc
|
Clean up the debug messages
|
2022-05-06 22:30:17 +02:00 |
|
Pengu123
|
71bbefb764
|
Cleanup + new Shedule methods
|
2022-05-06 22:05:19 +02:00 |
|
Pengu123
|
0b79779b9b
|
More comments, new method to detect expected inputs
IsExpectingInputNow() detects wether the player is expected to input something at the closest InputEvent
|
2022-05-04 20:37:52 +02:00 |
|
Pengu123
|
5cdd044154
|
Added a list to keep track of all the scheduled inputs of a minigame
...Along with an Util function to return the closest scheduled input
|
2022-05-04 20:05:51 +02:00 |
|
Pengu123
|
defd64a56e
|
noAutoplay and autoplayOnly settings
Would be especially useful for menial optional inputs like the offbeat parts of flockstep
|
2022-05-04 19:21:11 +02:00 |
|
Pengu123
|
ba8d2132ce
|
Added Support for specific direction inputs
Added some comments on the PlayerInput class too for clarity
|
2022-05-04 18:42:06 +02:00 |
|
Pengu123
|
d41eaac105
|
ScheduleInput Method added, tests awaiting
|
2022-05-03 22:36:55 +02:00 |
|