APC NanoUI

* Created new APC UI
* Tweaked Chem Master UI width.

Conflicts:
	code/modules/power/apc.dm
	nano/templates/apc.tmpl
This commit is contained in:
Mark Aherne (Faerdan)
2014-01-12 21:52:06 -05:00
committed by ZomgPonies
parent a2049081bf
commit 7fdb4ac503
3 changed files with 275 additions and 295 deletions
+1 -1
View File
@@ -152,7 +152,7 @@
// 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, "chem_dispenser.tmpl", ui_title, 370, 605)
ui = new(user, src, ui_key, "chem_dispenser.tmpl", ui_title, 380, 650)
// when the ui is first opened this is the data it will use
ui.set_initial_data(data)
// open the new ui window