this-place / this.place

An isometric puzzle game that incorporates platforming and block building.
https://isteps.comp.nus.edu.sg/event/12th-steps/module/CS3247/project/4
MIT License
7 stars 6 forks source link

fix: fragile blocks no longer destroys player #84

Closed nicholaschuayunzhi closed 6 years ago

nicholaschuayunzhi commented 6 years ago

Previously, when block is destroyed, a player that is moving it will be destroyed with it.

This pr detaches the player from the block so that it wont be destroyed by the block.

fixes #83