Fixed back button

This commit is contained in:
Simon Cambier 2022-09-24 16:08:49 +02:00
parent 02fbe198d4
commit 2bd3660e5a

View File

@ -33,7 +33,7 @@ function state_rules()
end
-- Back to the menu
if btnp(BTN_X) then
if btnp(BTN_O) then
go_back()
end