コード例 #1
0
ファイル: SunRaise.cpp プロジェクト: jason-shi/ZGames
void CSunRaise::OnLClick(UINT nFlags, CPoint point)
{
	if (IsDisable())
		return;

	int x = rand() % 500;
	int y = rand() % 500;
	SetDrawPos(x, y);
}
コード例 #2
0
void Unitenemy::SetUnitlistPos(Vec2i getpos){
	unitlist->pos = getpos;
	SetDrawPos(getpos);
}