]> Untitled Git - lightcycles-love.git/blobdiff - players/2.lua
Added player names and stub for collision detection
[lightcycles-love.git] / players / 2.lua
index 2539bc94c56f3a9773ec2b218d6de95267c99032..2b34fdbd80201e5af8b5967e7607a35911a8a654 100644 (file)
@@ -7,6 +7,7 @@ local width = love.graphics.getWidth()
 local height = love.graphics.getHeight()
 
 return Player:new({
+    name='Player 2',
     position=vec2:new(width-100,height-100),
     vector=Player.vectors.left,
     path={},