swap 4 and 5
This commit is contained in:
parent
22a8cc200b
commit
f803c97cc9
@ -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 |
Loading…
Reference in New Issue
Block a user