... Update(Game* G) { this->Ypos++; if (this->Ypos > SCRHEIGHT - 2) { this->Ypos = 0; this->Xpos = Rand(SCRWIDTH); } } void Star::Draw(Surface* TheScreen) { Pixel ...
確定! 回上一頁