I tried playing, love the art style but this player is walking on ice... it's really impossible to control him at any level of satisfaction.
Viewing post in Brass Engine Platformer Demo comments
Hey! Thanks for giving it a try. I like a little bit of slipperiness with my character movement, but I understand if you don't. Good news: this is a demo and you can hack it! Try this:
- Press `~` to bring down the console.
- Type `p.friction=0.6` and press enter.
- Type `p.air_friction=0.6` and press enter.
- Type `p.move_speed=12` and press enter.
- Press `~` to hide the console.
Feel free to play with the values to tune the feel to your hearts content!