This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| extends Node | |
| # Use this as the template to get input actions | |
| var default_input_map := { | |
| "ui_accept": {}, | |
| "interact": {} | |
| } | |
| func format_input_title(as_text: String) -> String: | |
| var title := as_text |