📄 ground.cpp
字号:
/*********************************************
程序设计:罗穆峰 2008-11-20
http://lmf.biaotian.com
E-mail: lmf@biaotian.com
QQ: 16324942 [模范英雄]
*********************************************/
#include "Ground.h"
#include "图像数据.h"
#include "Game.h"
CGround::CGround(CGame * Game,int x, int y):CObject(Game,2,x,y,16,16,0)
{
}
const int * CGround::GetImage(bool * HInv,bool * VInv)
{
*VInv=false;
*HInv=false;
return GroundImage;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -