Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Stub out unimplemented UI JS functions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwarren committed Oct 5, 2014
1 parent d31d104 commit 6303391
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Compiler/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -2241,6 +2241,15 @@ function getElement(name) {
return elementsNameMap[name];
}

function setGameWidth() {
}

function setGamePadding() {
}

function hideBorder() {
}

// Functions

function NewObjectList() {
Expand Down

0 comments on commit 6303391

Please sign in to comment.