Trade-Winds/gui/inventoryGUI.js

5 lines
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);
}