mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
made it so coins actually coin
This commit is contained in:
@@ -25,10 +25,10 @@ var current_device_brand := 0
|
||||
var input_event: InputEvent = null
|
||||
|
||||
const button_id_translation := [
|
||||
["A", "B", "~"],
|
||||
["B", "A", "&"],
|
||||
["X", "Y", "%"],
|
||||
["Y", "X", "{"],
|
||||
["A", "B", "✕"],
|
||||
["B", "A", "○"],
|
||||
["X", "Y", "□"],
|
||||
["Y", "X", "△"],
|
||||
["Select", "-", "Share"],
|
||||
"Home",
|
||||
["Start", "+", "Options"],
|
||||
|
Reference in New Issue
Block a user