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
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
- Fix balls sometimes attaching to the lines

View File

@@ -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