1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-12 04:51:06 +00:00

Added layer proxy and updated grid docs

This commit is contained in:
Harley White 2021-05-11 23:34:55 -04:00
parent 3b554efa03
commit 9c921cfc58
8 changed files with 24 additions and 9 deletions

View file

@ -319,7 +319,7 @@ addLayer("c", {
["buyables", ""], "blank",
["row", [
["toggle", ["c", "beep"]], ["blank", ["30px", "10px"]], // Width, height
["display-text", function() {return "Beep"}], "blank", ["v-line", "200px"],
["layer-proxy", ["f", ["prestige-button"]]], "blank", ["v-line", "200px"],
["column", [
["prestige-button", "", {'width': '150px', 'height': '80px'}],
["prestige-button", "", {'width': '100px', 'height': '150px'}],