feat: update game interface to support planet pictures
This commit is contained in:
parent
4d48fba21b
commit
da42f6db52
10 changed files with 28 additions and 15 deletions
scripts/site/beta5
|
@ -115,7 +115,8 @@ class page_layout {
|
|||
// JavaScript variables (static access URL, color, etc...)
|
||||
$jsConf = "var staticurl=\"".config::$main['staticurl']
|
||||
. "\";\nvar color=\"$col\";\nvar ttFontSize = '" . ($fs + 9) . "px';\n"
|
||||
. "var ttDelay = " . ($tt * 500) . ";\n";
|
||||
. "var ttDelay = " . ($tt * 500) . ";\nvar gameId = \""
|
||||
. input::$game->name . "\";\n";
|
||||
|
||||
// AJAX-specified initialization code
|
||||
if (ajax::$init != "" || $tt) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue