public
Description: High-level game framework based on rubygame
Homepage:
Clone URL: git://github.com/singpolyma/xgame.git

Comments for singpolyma's xgame   feed

singpolyma commented on singpolyma/xgame Wed Jan 07 08:43:18 -0800 2009
Comment in b0479c5:

psycotica0 has clarified that $width on line 18 is from line 16 and is the requested width of the frame, not the actual or old width.

singpolyma commented on singpolyma/xgame Wed Jan 07 08:33:26 -0800 2009
Comment in b0479c5:

Shouldn’t we always set width (and height?) not just if the new one is bigger? What if the canvas is resized to smaller?