Fix the architect and the oraculum.

This commit is contained in:
2026-03-18 11:10:25 +01:00
parent 2079de587a
commit c0e4562971
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
Sprite.register({
id = "hrgirl",
sprites = Sprite.generate_table(2, 4, 260, -4, -4, 8, 8)
id = "matrix_architect",
sprites = Sprite.generate_table(2, 4, 324, -4, -4, 8, 8)
})