diff --git a/gears/geep_body.tres b/gears/geep_body.tres deleted file mode 100644 index 862cd13..0000000 --- a/gears/geep_body.tres +++ /dev/null @@ -1,4 +0,0 @@ -[gd_resource type="StandardMaterial3D" format=3 uid="uid://dpacu3e7vsks5"] - -[resource] -albedo_color = Color(0.99607843, 0.99607843, 0.99607843, 1) diff --git a/gears/geep_wheel.tres b/gears/geep_wheel.tres deleted file mode 100644 index 3e7814d..0000000 --- a/gears/geep_wheel.tres +++ /dev/null @@ -1,4 +0,0 @@ -[gd_resource type="StandardMaterial3D" format=3 uid="uid://bt5aat64e478k"] - -[resource] -albedo_color = Color(0.1254902, 0.1254902, 0.1254902, 1) diff --git a/util/util.gd b/util/util.gd deleted file mode 100644 index 1bd3c37..0000000 --- a/util/util.gd +++ /dev/null @@ -1,4 +0,0 @@ -class_name Util extends Node - -static func input_action_string(action): - return InputMap.action_get_events(action)[0].as_text()