More cleanup

This commit is contained in:
2026-04-29 22:39:47 -05:00
parent 61f69af35a
commit ffed626447
14 changed files with 473 additions and 247 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ for name, (r, g, b, a) in colors.items():
]
js += [
f"Color.{name.lower()} = function() {{",
f" return Color.rgba({r8}, {g8}, {b8}, {a8});",
f" return new Color({r8}, {g8}, {b8}, {a8});",
"};",
"",
]