()
| 34 | button.alpha = parseBMP(new Resource("button-alpha.bmp")); |
| 35 | |
| 36 | function drawBackground() { |
| 37 | render.fillPattern(background, 0, 0, render.width, render.height, 0, 0, background.width, background.height); |
| 38 | } |
| 39 | |
| 40 | class Rectangle { |
| 41 | constructor(x, y, w, h) { |
no test coverage detected