mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-04-24 10:11:05 +00:00
Background style
This commit is contained in:
parent
f08bae4b40
commit
99b92daa91
4 changed files with 20 additions and 1 deletions
js/Demo
|
@ -66,6 +66,10 @@ function isEndgame() {
|
|||
|
||||
// Less important things beyond this point!
|
||||
|
||||
// Style for the background, can be a function
|
||||
var backgroundStyle = {
|
||||
}
|
||||
|
||||
// You can change this if you have things that can be messed up by long tick lengths
|
||||
function maxTickLength() {
|
||||
return(3600) // Default is 1 hour which is just arbitrarily large
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue