1
0
This commit is contained in:
otya128
2016-12-29 21:22:06 +09:00
parent dd81d45ef9
commit 8af9c64396
5 changed files with 69 additions and 7 deletions

View File

@@ -135,6 +135,15 @@ class BG
}
void screen(int w, int h)
{
rot = 0;
scalex = 0;
scaley = 0;
homex = 0;
homey = 0;
chipWidth = 16;
chipHeight = 16;
offsetx = offsety = offsetz = 0;
//BGCLIP is not initialized
this.width = w;
this.height = h;
this.clear();