The plan is gravity update (+4G) every 20s until 20G, then delay updates every 30s.
Keep the counter in the TetrisMatrix, 20 * 60 so 1200 ticks for 20 seconds and 30 * 60 so 1800 ticks for 30 seconds. Send the notification for updating the thing first, do the standard double-check, then update self. Storing data might be finicky, unsure of how to do that.
The plan is gravity update (+4G) every 20s until 20G, then delay updates every 30s. Keep the counter in the TetrisMatrix,
20 * 60
so1200
ticks for 20 seconds and30 * 60
so1800
ticks for 30 seconds. Send the notification for updating the thing first, do the standard double-check, then update self. Storing data might be finicky, unsure of how to do that.