thunderrabbit / conswi

A swipe game for Godot 3
GNU General Public License v3.0
4 stars 4 forks source link

Allow tiles to be moved for a second before they are locked in place on the floor #30

Closed thunderrabbit closed 4 years ago

thunderrabbit commented 5 years ago

Now that we are going to use the physics engine to invoke gravity, the Tiles call back to Game (via Player) when they have hit the floor. Need to delay actually locking the tiles into place by a second or so, unless the Tile is in DROP Mode.

thunderrabbit commented 4 years ago

Like #32 this was fixed when we abandoned physics engine