infinite scroll

This commit is contained in:
2022-12-11 00:42:21 +01:00
parent 94ea63a8ac
commit ac725c194f
3 changed files with 25 additions and 20 deletions

View File

@@ -37,7 +37,7 @@ func _ready():
p2_train.is_P1 = false
p1_train.hit.connect(_on_hit_player)
p2_train.hit.connect(_on_hit_player)
p1_train.current_speed = 6
p1_train.current_speed = 20
p2_train.current_speed = 6
func getMapSize(node, is_start):