staging #20

Merged
marco merged 52 commits from staging into master 2021-10-09 18:48:59 +00:00
Showing only changes of commit 9802a5c7ba - Show all commits

View File

@ -23,6 +23,8 @@ class CircuitBackground extends MovingObject {
background1Size = Vector2(
gameRef.size.y * (background!.width / background!.height),
gameRef.size.y);
background2Position =
Vector2(background1Position.x + background1Size.x - 1, 0);
background2Size = Vector2(
gameRef.size.y * (background!.width / background!.height),
gameRef.size.y);