local item = { Type = "DashboardItemSimulationIncrement", Identifier = "SimulationIncrement", GuiName = "Simulation Increment" } asset.onInitialize(function() openspace.dashboard.addDashboardItem(item) end) asset.onDeinitialize(function() openspace.dashboard.removeDashboardItem(item) end) asset.export(item) asset.meta = { Name = "Dashboard - Simulation Increment", Version = "1.0", Description = [[This asset provides a dashboard item that shows the simulation increment, meaning how fast the in-game time progresses relative to the wall-clock]], Author = "OpenSpace Team", URL = "http://openspaceproject.com", License = "MIT license" }