a whole lot of nanoui upgrades

This commit is contained in:
SinTwo
2016-06-24 00:43:16 -04:00
parent c0a9903a87
commit 4fa126b7e7
107 changed files with 539 additions and 16212 deletions
+1 -1
View File
@@ -784,7 +784,7 @@
if (!ui)
// the ui does not exist, so we'll create a new() one
// for a list of parameters and their descriptions see the code docs in \code\modules\nano\nanoui.dm
ui = new(user, src, ui_key, "apc.tmpl", "[area.name] - APC", 520, data["siliconUser"] ? 465 : 440)
ui = new(user, src, ui_key, "apc.tmpl", "[area.name] - APC", 520, data["siliconUser"] ? 535 : 460)
// when the ui is first opened this is the data it will use
ui.set_initial_data(data)
// open the new ui window