From 526f0c369ca6e541f37e519831161584d756c12a Mon Sep 17 00:00:00 2001 From: checamon Date: Thu, 23 Dec 2021 23:33:14 +0100 Subject: [PATCH] readme --- README.md | 4 ++-- src/Util.lua | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb666ba..cbc7704 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SpiderCut -Lua game inspired by an old arcade game using LOVE2D for Linux. +Lua game inspired by an old arcade game(Qix/Gals Panic) using LOVE2D for Linux. ## TO-DO @@ -12,4 +12,4 @@ Lua game inspired by an old arcade game using LOVE2D for Linux. - Fix Mesh -- Fix balls sometimes attaching to the lines \ No newline at end of file +- Fix balls sometimes attaching to the lines diff --git a/src/Util.lua b/src/Util.lua index 7f59c0f..9fcef84 100644 --- a/src/Util.lua +++ b/src/Util.lua @@ -114,7 +114,6 @@ function poly2mesh(points) mesh:setVertex(i, x, y, x / 50, y / 50, .5, .5, .9, 1) end mesh:setVertexMap(vnums) - print_r(mesh:type()) return mesh else return nil