Search found 1 match
- Thu Apr 17, 2014 1:39 am
- Forum: Support and Development
- Topic: Help with .draw?
- Replies: 1
- Views: 993
Help with .draw?
function love.load() player = { grid_x = 256, grid_y = 256, act_x = 200, act_y = 200, speed = 10 } map = { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }, { 1, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 }, { 1, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 }, { 1, 2, 2, 2, 0, 0, 0, 0, 0...