13 Star 73 Fork 26

tuxiaobei/mario

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
death_animation.h 356 Bytes
一键复制 编辑 原始数据 按行查看 历史
tuxiaobei 提交于 2022-01-04 11:45 . 更新readme.md,添加注释
//ɱ
#pragma once
#include "collider.h"
class Death_animation :
public Collider
{
private:
double sx = 0, sy = 0;
double rad = 0; //תǶ
int appear_time;
Costume ct;
public:
std::pair<double, double> getctpos();
bool update();
Death_animation(Costume ct, double x, double y, double vx, double vy);
void render(double x, double y);
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/tuxiaobei/mario.git
[email protected]:tuxiaobei/mario.git
tuxiaobei
mario
mario
master

搜索帮助