gdquest-demos / godot-kickstarter-2019

Create your Own Games with Godot, the Free Game Engine: sources from the January Kickstarter project from GDQuest
MIT License
242 stars 269 forks source link

Changed platforms to allow for unique movement #60

Closed johnnygossdev closed 4 years ago

johnnygossdev commented 4 years ago

I've changed the platforms to instead allow for attaching an AnimationPlayer if the user wants to add movement to a Platform.

The moving platforms now look like this:

platforms01

I also removed Platform.gd as it was redundant (if an AnimationPlayer is used, the animation can just be auto-started through the editor)

I'll go over this in the video.