Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu Exchange / (Small?) Feature Request
- - By Zaxser Date 2016-05-19 18:21
So, I love the new Image.draw syntax, which removes the necessity of passing self to other objects so that they can be drawn be drawn in the window. But I've been making some puzzle games recently and I still have to pass in window to use draw_quad(). Would it be unreasonable to ask for a change that say, made a Gosu::Shape class that could be passed around and had its own draw method like Gosu::Image does?
Parent - By jlnr (dev) Date 2016-05-21 08:36
I've replied to the this feature request on GitHub: https://github.com/gosu/gosu/issues/330

Writing a Shape class that imitates Gosu::Image shouldn't be too hard based on Gosu.draw_quad, which does not need the Window reference :)
Up Topic Gosu / Gosu Exchange / (Small?) Feature Request

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill