1
0
Fork 0
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:
Harley White 2021-06-07 00:00:30 -04:00
parent f08bae4b40
commit 99b92daa91
4 changed files with 20 additions and 1 deletions
js/Demo

View file

@ -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