mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-04-24 02:01:03 +00:00
Added leftTab and related features
This commit is contained in:
parent
7a287042cd
commit
1a96d7d226
14 changed files with 64 additions and 26 deletions
js/utils
|
@ -87,6 +87,7 @@ function getStartLayerData(layer) {
|
|||
layerdata.achievements = [];
|
||||
layerdata.challenges = getStartChallenges(layer);
|
||||
layerdata.grid = getStartGrid(layer);
|
||||
layerdata.prevTab = ""
|
||||
|
||||
return layerdata;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue