mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 10:17:56 +00:00
XGD: filled circles and start with clearscreen
This commit is contained in:
@@ -204,11 +204,17 @@ int main(int argc, char **argv) {
|
||||
|
||||
case 4: {
|
||||
int col = gdpop();
|
||||
int out = gdpop();
|
||||
int x = gdpop(), y = gdpop(), rad = gdpop();
|
||||
|
||||
aacircleColor(s, x, y, rad, (col << 8) + 0xFF);
|
||||
}
|
||||
|
||||
case 5: {
|
||||
int out = gdpop();
|
||||
/* not implemented */
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
SDL_UpdateRect(s, 0, 0, vid.xres, vid.yres);
|
||||
|
Reference in New Issue
Block a user