pigdevstudio / platform_template

Template project for platform games in Godot Engine.
MIT License
72 stars 12 forks source link

Implement moving platforms #30

Open Zerokami opened 6 years ago

Zerokami commented 6 years ago

https://github.com/RodZill4/godot-platform2d

This plugin has moving platforms. Maybe this could be implemented in the platform_template

henriiquecampos commented 6 years ago

Can you add a .gif of the moving platforms? I've implemented some a while ago, but they were really bad implemented, And for horizontal movement they didn't work.

Also, I think will be better to wait 3.1 for that, they made a better implementation of KinematicBody physics.

https://godotengine.org/article/godot-31-will-get-many-improvements-kinematicbody

Zerokami commented 6 years ago

Oh! I remember reading that 3.1 is gonna get this.

I agree that it's better to wait.