Skip to content

Commit

Permalink
Fixes bug for reloading game with balls
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasdotcom committed Feb 22, 2022
1 parent fde2c51 commit 5c38eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Data.gd
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ var goldenLength = 1
var goldenMagnitude = 1

func start() -> void: # Loads starting loader
number_of_balls = 0
first = null
first_animation = null
cost = [0, 10, 50, 500, 4500, 60000, 590000]
Expand Down

0 comments on commit 5c38eb5

Please sign in to comment.