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:
parent
3b554efa03
commit
9c921cfc58
8 changed files with 24 additions and 9 deletions
js/Demo
|
@ -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'}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue