Skip to content

Commit

Permalink
move points earn off grid (for now?)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZajicek committed Mar 13, 2023
1 parent 9b78b58 commit 97b9f38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/InfiniteModeMain.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,13 @@ text = "You've been playing for over your break reminder time, maybe take a brea
visible = false
anchors_preset = -1
anchor_left = 0.267
anchor_top = 0.45
anchor_top = 0.15
anchor_right = 0.711
anchor_bottom = 0.55
anchor_bottom = 0.25
offset_left = -192.24
offset_top = 29.5
offset_top = 34.0
offset_right = 208.08
offset_bottom = -29.5
offset_bottom = -25.0
grow_horizontal = 2
grow_vertical = 2
pivot_offset = Vector2(360, 34)
Expand Down
2 changes: 1 addition & 1 deletion src/MainMenu.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ text = "Exit Game"

[node name="Label" type="Label" parent="MainMenu/MarginContainer/VBoxContainer"]
layout_mode = 2
text = "v0.2.4"
text = "v0.2.5"
horizontal_alignment = 2
vertical_alignment = 2

0 comments on commit 97b9f38

Please sign in to comment.