New Template File Reference

Makes this refer to a .tmpl file.
This commit is contained in:
TheFurryFeline
2019-02-23 14:53:28 -05:00
committed by GitHub
parent 10474eca70
commit 7984bc5803
@@ -655,6 +655,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
ui = new(user, src, ui_key, "pda.tmpl", title, 520, 400, state = inventory_state)
// add templates for screens in common with communicator.
ui.add_template("atmosphericScan", "atmospheric_scan.tmpl")
ui.add_template("crewManifest", "crew_manifest.tmpl") //TFF Port from VOREStation
// when the ui is first opened this is the data it will use
ui.set_initial_data(data)
// open the new ui window