swap 4 and 5

This commit is contained in:
AspireMint 2024-03-19 20:08:20 +01:00
parent 22a8cc200b
commit f803c97cc9
2 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@ local PARTICLE_TIME = COOLDOWN - 0.2
-- map from param2 rotation to the face value
local V = {
1, 1, 1, 1,
2, 3, 4, 5,
4, 5, 2, 3,
5, 2, 3, 4,
3, 4, 5, 2,
2, 3, 5, 4,
5, 4, 2, 3,
4, 2, 3, 5,
3, 5, 4, 2,
6, 6, 6, 6,
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB