mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
committed by
ZomgPonies
parent
a2049081bf
commit
7fdb4ac503
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user