mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 14:59:03 -06:00
Fixed 180 rotation directions
This commit is contained in:
parent
721acefea0
commit
d626926d5a
@ -112,9 +112,9 @@ end
|
|||||||
|
|
||||||
function ARS:get180RotationValue()
|
function ARS:get180RotationValue()
|
||||||
if config.gamesettings.world_reverse == 3 then
|
if config.gamesettings.world_reverse == 3 then
|
||||||
return 3
|
|
||||||
else
|
|
||||||
return 1
|
return 1
|
||||||
|
else
|
||||||
|
return 3
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -187,9 +187,9 @@ end
|
|||||||
|
|
||||||
function ARS:get180RotationValue()
|
function ARS:get180RotationValue()
|
||||||
if config.gamesettings.world_reverse == 3 then
|
if config.gamesettings.world_reverse == 3 then
|
||||||
return 3
|
|
||||||
else
|
|
||||||
return 1
|
return 1
|
||||||
|
else
|
||||||
|
return 3
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -174,9 +174,9 @@ end
|
|||||||
|
|
||||||
function ARS:get180RotationValue()
|
function ARS:get180RotationValue()
|
||||||
if config.gamesettings.world_reverse == 3 then
|
if config.gamesettings.world_reverse == 3 then
|
||||||
return 3
|
|
||||||
else
|
|
||||||
return 1
|
return 1
|
||||||
|
else
|
||||||
|
return 3
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -153,9 +153,9 @@ end
|
|||||||
|
|
||||||
function ARS:get180RotationValue()
|
function ARS:get180RotationValue()
|
||||||
if config.gamesettings.world_reverse == 3 then
|
if config.gamesettings.world_reverse == 3 then
|
||||||
return 3
|
|
||||||
else
|
|
||||||
return 1
|
return 1
|
||||||
|
else
|
||||||
|
return 3
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user