lucastle6969 / comp371

repository for comp371 final project Fall 2017 Concordia
0 stars 0 forks source link

Floating leaves #122

Open benwiley4000 opened 6 years ago

benwiley4000 commented 6 years ago

Occasionally we're now experiencing issues where a group of tiles may have no trees at all, or we may see autumn leaves floating above empty ground (or maybe next to a related tree). I'll attach photos later when I have screenshots.

benwiley4000 commented 6 years ago

Apparently this is linked to the revert commit https://github.com/lucastle6969/comp371/commit/0946e750ce8c4d75e7efffa79093bfa614525187, specifically the widthCut field on TreeA. If I checkout the commit before, I don't have the leaves issue.

However just un-reverting widthCut from 0.5 to 0.3 again doesn't seem to help.

Screenshots from seed -36.3243:65.6329 (Elementary OS Linux 64-bit):

widthCut = 0.5: screenshot from 2017-12-19 07-03-30

widthCut = 0.3: screenshot from 2017-12-19 07-04-34

I'm not sure I understand the relationship between widthCut and the previously implemented version of the knockback effect, if there was one.

@KNG-Scherezade ?