geep: add new gear #6

Merged
jeremy merged 10 commits from geep into master 2026-01-27 10:56:17 +13:00
Showing only changes of commit 5b2f2981ab - Show all commits

4
util/util.gd Normal file
View file

@ -0,0 +1,4 @@
class_name Util extends Node
static func input_action_string(action):
return InputMap.action_get_events(action)[0].as_text()