Floating Trees! Solved!
One of the most bizarre bits of feedback I got was that trees in my game were 'floating' in the sky. I had no idea how this could happen. Then I ran my game under Python 2.6.6....So there you go. If you would like more earthbound trees then use Python 3.2.2 :-P
(log in to comment)
mauve on 2012/05/28 18:16:
Presumably due to integer division semantics?