Compare commits

..

1 commit

Author SHA1 Message Date
3e571e7482 geep: add new gear 2026-01-24 13:02:34 +13:00
3 changed files with 0 additions and 12 deletions

View file

@ -1,4 +0,0 @@
[gd_resource type="StandardMaterial3D" format=3 uid="uid://dpacu3e7vsks5"]
[resource]
albedo_color = Color(0.99607843, 0.99607843, 0.99607843, 1)

View file

@ -1,4 +0,0 @@
[gd_resource type="StandardMaterial3D" format=3 uid="uid://bt5aat64e478k"]
[resource]
albedo_color = Color(0.1254902, 0.1254902, 0.1254902, 1)

View file

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