mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
HTML UI Interfaces
# Version 1.0 THEY DON'T LAG LIKE NANOUI Only crew monitoring computer exists Doesn't display coordinate data that I've seen Takes a few seconds to populate with information as well None of the improvements/bugfixes have been applied yet
This commit is contained in:
@@ -158,6 +158,10 @@ datum/controller/game_controller/proc/setup_objects()
|
||||
var/obj/machinery/atmospherics/unary/vent_scrubber/T = U
|
||||
T.broadcast_status()
|
||||
|
||||
world << "<span class='danger'>Generating ingame minimaps.</span>"
|
||||
sleep(-1)
|
||||
crewmonitor.generateMiniMaps() // start generating minimaps (this is a background process)
|
||||
|
||||
world << "<span class='danger'>Initializations complete.</span>"
|
||||
sleep(-1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user