Skip to content

Commit

Permalink
change default comboY value for movable gameplay elements to match pr…
Browse files Browse the repository at this point in the history
…e 0.54.2 values
  • Loading branch information
MinaciousGrace committed May 28, 2017
1 parent 8c0b8f0 commit 8791e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/Til Death/Scripts/01 player_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ local defaultConfig = {
JudgeX = 0,
JudgeY = 40,
ComboX = 30,
ComboY = 20,
ComboY = -20,
ErrorBarX = SCREEN_CENTER_X,
ErrorBarY = SCREEN_CENTER_Y + 53,
TargetTrackerX = SCREEN_CENTER_X + 26,
Expand Down

0 comments on commit 8791e91

Please sign in to comment.