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.
如果 SpriteSheets 可以处理哪个库最好使用,它可以在本地完成吗?
是的,Gosu 可以原生处理 spritesheets。使用 Gosu::Image.load_tiles(window, path, width, height, tileable?) (其中 width 和 height 是单个 sprite 的大小(如果您不确定单个 sprite 的大小,但知道 spritesheet 会例如 8x8 sprites,使用负值除))将从给定文件创建一个图像数组(1d)。然后您可以通过其他方法访问它们,例如 draw