clean up flags (#18439)

* clean up flags

* wtf?

* pass it

* .

* ...

* .

* .

* fix retrace

* .

* .

* properly build

* eh static

* .

* .

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Kashargul
2025-09-14 04:31:35 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent b6352eeeee
commit 6e3bb1efa0
49 changed files with 124 additions and 118 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
/datum/asset/simple/namespaced/tgfont
assets = list(
"tgfont.eot" = file("tgui/packages/tgfont/dist/tgfont.eot"),
"tgfont.woff2" = file("tgui/packages/tgfont/dist/tgfont.woff2"),
"tgfont.woff2" = file("tgui/packages/tgfont/static/tgfont.woff2"),
)
parents = list(
"tgfont.css" = file("tgui/packages/tgfont/dist/tgfont.css"),
"tgfont.css" = file("tgui/packages/tgfont/static/tgfont.css"),
)