Update nintendo_r.lua
parent
827f156723
commit
6114377aa8
|
@ -66,12 +66,12 @@ end
|
||||||
|
|
||||||
function Nintendo:get180RotationValue()
|
function Nintendo: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
|
||||||
|
|
||||||
function Nintendo:getDefaultOrientation() return 3 end -- downward facing pieces by default
|
function Nintendo:getDefaultOrientation() return 3 end -- downward facing pieces by default
|
||||||
|
|
||||||
return Nintendo
|
return Nintendo
|
||||||
|
|
Loading…
Reference in New Issue