文件名称:SDL2系列教程11-动漫人物小游戏代码
文件大小:850KB
文件格式:TGZ
更新时间:2021-10-20 11:36:00
SDL2 games
本机制作一个动漫人物,具有丰富的动作形象;
代码讲解
定义精灵表结构体
struct spritesheet {
SDL_Texture* texture;
vector
【文件预览】:
sdl10
----animation.cpp(3KB)
----sprites.png(838KB)
----Makefile(420B)