diff --git a/controller.lua b/controller.lua index 7eadc4f..55001ce 100644 --- a/controller.lua +++ b/controller.lua @@ -288,7 +288,7 @@ core.register_entity("digistuff:controller_entity", { visual = "sprite", pointable = false, collisionbox = { 0, 0, 0, 0, 0, 0 }, - textures = { "digistuff_transparent.png" }, + textures = { "blank.png" }, }, _is_gamecontroller = true, }) diff --git a/textures/digistuff_transparent.png b/textures/digistuff_transparent.png deleted file mode 100644 index aa4056b..0000000 Binary files a/textures/digistuff_transparent.png and /dev/null differ