mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-04-30 21:42:10 +00:00
Rowified buyables+clickables
This commit is contained in:
parent
9a80989b45
commit
a4b65be2f8
6 changed files with 14 additions and 20 deletions
js/Demo
|
@ -317,7 +317,7 @@ addLayer("c", {
|
|||
style() {return {'background-color': '#222222'}},
|
||||
buttonStyle() {return {'border-color': 'orange'}},
|
||||
content:[
|
||||
["buyables", ""], "blank",
|
||||
"buyables", "blank",
|
||||
["row", [
|
||||
["toggle", ["c", "beep"]], ["blank", ["30px", "10px"]], // Width, height
|
||||
["display-text", function() {return "Beep"}], "blank", ["v-line", "200px"],
|
||||
|
|
|
@ -12,7 +12,7 @@ let modInfo = {
|
|||
// Set your version in num and name
|
||||
let VERSION = {
|
||||
num: "2.6",
|
||||
name: "Dreams Really Do Come True",
|
||||
name: "Fixed Reality",
|
||||
}
|
||||
|
||||
let changelog = `<h1>Changelog:</h1><br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue