This commit is contained in:
2021-12-23 23:33:14 +01:00
parent 3a297f9130
commit 526f0c369c
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# SpiderCut # 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 ## TO-DO

View File

@@ -114,7 +114,6 @@ function poly2mesh(points)
mesh:setVertex(i, x, y, x / 50, y / 50, .5, .5, .9, 1) mesh:setVertex(i, x, y, x / 50, y / 50, .5, .5, .9, 1)
end end
mesh:setVertexMap(vnums) mesh:setVertexMap(vnums)
print_r(mesh:type())
return mesh return mesh
else else
return nil return nil