This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author k0wax
Recipients
Date 2007-05-07.17:09:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
---

if map[x][y].overlay:
   map[x][y].overlay.blit(x,y)

---

... and ...

---

if map[x][y].overpay as ob:
   ob.blit(x, y)

---

the second one looks much more fun I think.
History
Date User Action Args
2007-08-23 16:12:49adminlinkissue1714448 messages
2007-08-23 16:12:49admincreate