so we have a lot of it wor_ing properly, now we have to do the thing where it preloads necessary spritesgit add -A

This commit is contained in:
0x81c 2015-03-25 04:22:10 -04:00 committed by Your Name
parent b071e117fa
commit d690863b6f
5 changed files with 18 additions and 14 deletions

View file

@ -14,7 +14,7 @@ local selectedFolder = nil
local selectedAsset = nil
local selectedRoom = nil
local selectedRow = 1
local gameAssets = getAllAssets()
local gameAssets = {}
local inputText = ""
local assetProperties = {}
@ -31,7 +31,7 @@ local labels = {}
function _initLevelEditor()
assets = getAllAssets()
gameAssets = getAllAssets()
--create folder buttons
local counter = 1