Fixes orbit offsets and adds matrix vv preview. (#51198)

* Adds matrix vv preview and moves vv css into separate file.

* Fixes orbit offsets.
This commit is contained in:
AnturK
2020-05-24 20:01:41 +02:00
committed by GitHub
parent 29087568f0
commit de21384476
5 changed files with 60 additions and 12 deletions
@@ -371,3 +371,9 @@
"dna_undiscovered.gif" = 'html/dna_undiscovered.gif',
"dna_extra.gif" = 'html/dna_extra.gif'
)
/datum/asset/simple/vv
assets = list(
"view_variables.css" = 'html/admin/view_variables.css'
)