thunderrabbit / conswi

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

Ensure pieces are properly locked in place when they are nailed #32

Closed thunderrabbit closed 4 years ago

thunderrabbit commented 5 years ago

Physics allows the pieces to be almost anywhere, but they need to be nailed into a grid pattern so the swipes can be counted/described properly.

thunderrabbit commented 5 years ago

Turns out this is critical now that we are using physics. Game.gd thinks the piece is still at the top of the screen and ends the game after the first piece lands haha

thunderrabbit commented 4 years ago

Fixed by abandoning physics. Abandoned branch "physics" e530a8a - 22b89bc

Went back to f2f4335 and forward from there.

thunderrabbit commented 4 years ago

It's no longer a bug, and no need to say wontfix, because it works fine now