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 = "matrix_oraculum",
sprites = Sprite.generate_table(2, 4, 282, -4, -4, 8, 8)
sprites = Sprite.generate_table(2, 3, 282, -4, -4, 8, 8)
})