Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Gosu 制作一个简单的游戏,但是我不想在我的游戏中使用外部精灵,我宁愿使用代码绘制图像,是否可以使用代码绘制的图像,就好像它们是外部图像一样。
注意:我只想画基本的形状,比如正方形。
是的,您可以使用 Window 类的 draw_line、draw_triangle、draw_quad 方法。