NONAME01150
New member
Can i override the way that speed and gravity works in the engine by default?
It's not really a script.Yeah, it's with script and can i use script to modify how gravity works?
maxfallspeed {value}
This sets maximum falling speed in the level.
You can change the "gravity" setting on the stage:I use
maxfallspeed -500
I had no clue. Awesome!You can change the "gravity" setting on the stage:
gravity {value}
- This sets gravity or falling speed in the level.
- It should use negative value. Defaults to -10
- Setting -5 makes characters fall like in water.