readme
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user