Update nintendo_r.lua

pull/3/head
Ishaan Bhardwaj 2020-11-14 19:22:52 -05:00 committed by GitHub
parent 827f156723
commit 6114377aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -66,12 +66,12 @@ end
function Nintendo:get180RotationValue()
if config.gamesettings.world_reverse == 3 then
return 3
else
return 1
else
return 3
end
end
function Nintendo:getDefaultOrientation() return 3 end -- downward facing pieces by default
return Nintendo
return Nintendo