Changed block texture, fixed L block

This commit is contained in:
Furentes
2019-04-12 11:11:42 +02:00
parent 92059d3620
commit 9bb554df6f
4 changed files with 12 additions and 11 deletions

View File

@ -88,7 +88,8 @@ public class Group : MonoBehaviour
transform.Rotate(0, 0, 90);
}
// Move Downwards and Fall
else if ((Input.GetKey(KeyCode.DownArrow) && Time.time - lastFall >= .05) ||
if ((Input.GetKey(KeyCode.DownArrow) && Time.time - lastFall >= .05) ||
Time.time - lastFall >= fallSpeed)
{
// Modify position