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

Multiplayer #10

Closed manuq closed 2 weeks ago

manuq commented 2 weeks ago

Notes:

https://github.com/endlessm/moddable-platformer/issues/8

manuq commented 2 weeks ago

Thanks @dylanmccall . Ready for review again!

I realize that it may be confusing to have a Player property in a Player scene instance. The scene came first, but it really should be renamed to "PlayerCharacter", "Avatar" or something.

If this gets merged, I will do the same thing in Moddable Pong.