Set State Event
GBStudio Platformer Plus » Devlog
This version of P+ includes a new event that you can use to set the player's state while scripting. If you want the player to jump or dash on command, simply set the state to one of those. It also includes two new states that don't have any behavior of their own but are specifically for people scripting new states. The Knockback state disables player input, but keeps gravity and collision checks. The Blanks state disables gravity and collision with walls, but keeps actor and trigger collisions.
Note, to leave either the knockback or blank state, you need to use another script.
Files
OLD-PlatformerPlus-v1.44.zip 164 kB
Oct 31, 2022
A Guide to the Platformer Plus Settings.pdf 144 kB
Oct 31, 2022
Get GBStudio Platformer Plus
GBStudio Platformer Plus
Additional options for controlling the platformer scenes
Status | Released |
Category | Assets |
Author | hauntology |
Genre | Platformer |
Tags | Asset Pack, gbstudio |
More posts
- Alpha version of slopes for GBStudio 3.2Apr 14, 2024
- Update to 1.65Apr 07, 2023
- Bug fixesFeb 26, 2023
- Removed extra filesFeb 17, 2023
- QOL updates and Sample LevelFeb 16, 2023
- Update to 1.62Jan 25, 2023
- Bugfix for slidingJan 17, 2023
- Update to 1.6Jan 15, 2023
- Updates to Camera ControlsDec 31, 2022
- Update to v 1.5Dec 12, 2022
Comments
Log in with itch.io to leave a comment.
These are all really useful states!