📜  游戏制作者为 sprite 的特定部分着色 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:13.700000             🧑  作者: Mango

代码示例1
if you do not want to use a shader,
divide the sprite in different parts and assign each part it's own sprite
then, use one object to draw them on top of each other and use draw_sprite_ext
to assign colour.