Skip to content

Instantly share code, notes, and snippets.

View Hoxolotl's full-sized avatar

Govert Combée Hoxolotl

View GitHub Profile
@anthonyec
anthonyec / gamepad_debugger.gd
Last active April 11, 2024 13:44
Godot gamepad input visualisation for debugging (GDScript 2)
@tool
extends Control
@export var device: int = 0
func _process(delta: float) -> void:
queue_redraw()
func _draw() -> void:
# Set the size, the layout isn't dynamic and based on something I sketched!