Slowed Down Blocks

This commit is contained in:
Exobyt 2024-08-28 00:00:15 +02:00
parent 85669af4dc
commit 5643fee9d3

View file

@ -2,7 +2,7 @@ extends Node
var points = 0
enum SPEED {MIN=30, MAX=100}
enum SPEED {MIN=20, MAX=80}
var currentSpeed := SPEED.MIN