Search found 1 match

by oasl
Tue Mar 03, 2020 9:22 am
Forum: Support and Development
Topic: Function call in love.update seems to only happen once
Replies: 1
Views: 6275

Function call in love.update seems to only happen once

I'm working on a Tetris clone for practice, and I've run into a problem defining the floor so that the pieces don't fall off the screen. I've got two classes, Pieces and Blocks. Pieces are made up of Blocks, and store the coordinates of each block in a nested table: -- stores upper left corner coord...