5 lines
No EOL
165 B
JavaScript
5 lines
No EOL
165 B
JavaScript
function inventoryGUI() {}
|
|
|
|
function drawInventoryGUI() {
|
|
OS.context.drawImage(guiBackground, 0, 0, 240, 240, 2 * OS.S.pixelScale, 2 * OS.S.pixelScale, 240, 240);
|
|
} |