endlessm / moddable-platformer

Mini moddable platform game to ease the Godot learning curve
https://godotengine.org/asset-library/asset/3371
MIT License
12 stars 0 forks source link

Units and tweaks #5

Closed wjt closed 1 month ago

wjt commented 1 month ago

This adds units to various numerical properties in the inspector:

image

image

image

(please ignore the "acceleration" property; this comes from a separate PR)

image

And also resets the player's velocity when they lose a life.

https://phabricator.endlessm.com/T35700

dylanmccall commented 1 month ago

These are good! I'll make a note to myself to remind people to add units with these kinds of exports. They make a big difference :)