Able to eval js with my scope!
This commit is contained in:
@ -52,8 +52,10 @@ const drawText = (x: number, y: number, text: string) => {
|
||||
});
|
||||
}
|
||||
|
||||
export default {
|
||||
const faux = {
|
||||
clearScreen,
|
||||
drawSprite,
|
||||
drawText,
|
||||
}
|
||||
};
|
||||
|
||||
export default faux;
|
Reference in New Issue
Block a user