12 Star 70 Fork 24

tuxiaobei/mario

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

搜索帮助