Skip to content

Commit

Permalink
Fixes layout for shop
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasdotcom committed Feb 9, 2022
1 parent 9ad55cf commit 44c4b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.gd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func _on_Reset_button_up() -> void: # Used to reset the game
func ball_upgrades() -> void: # Used to enable the ball upgrades
var scroll_container = $Ball/VBoxContainer
$Ball.show()
$ScrollContainer.rect_size.y = 400
$ScrollContainer.rect_size.y = 369
var _ball = load("res://src/purchase.tscn")
for x in range(1, 10):
var _instance = _ball.instance()
Expand Down

0 comments on commit 44c4b75

Please sign in to comment.