Skip to content

Instantly share code, notes, and snippets.

View slyllama's full-sized avatar

Alec slyllama

View GitHub Profile
@slyllama
slyllama / mapping.gd
Created May 20, 2026 03:55
Godot input indexing demonstration
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