Select Git revision
debug_stars.js
debug_stars.js 279 B
import {Room} from "../../../hampsterengine/src/things";
import {Stars} from "../objects";
export const rm_DEBUG_stars = new Room();
rm_DEBUG_stars.bgColor = 'black';
rm_DEBUG_stars.draw = _ => {
stars.draw(0, 0, canvas.width, canvas.height);
}
const stars = new Stars();