readme
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
@@ -12,4 +12,4 @@ Lua game inspired by an old arcade game using LOVE2D for Linux.
|
|||||||
|
|
||||||
- Fix Mesh
|
- Fix Mesh
|
||||||
|
|
||||||
- Fix balls sometimes attaching to the lines
|
- Fix balls sometimes attaching to the lines
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user