Skip to content

Commit

Permalink
v0.1.0.9 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jun 23, 2024
1 parent 6bf0585 commit 0ff5e35
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.10.9 Changes

- Changed Buttons layout for RTL languages
- Fixed Settings button not being able to be clicked on desktop (only on v0.10.8)
- Fixed Lowestscore text overlapping with "press any key to continue" text

## v0.10.7 Changes

- The menu-click-sound sounds better (Hopefully)
Expand Down
8 changes: 4 additions & 4 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ architectures/armeabi-v7a=true
architectures/arm64-v8a=false
architectures/x86=false
architectures/x86_64=false
version/code=100073
version/name="0.10.8"
version/code=100081
version/name="0.10.9"
package/unique_name="com.game.asteroids_revenge"
package/name=""
package/signed=true
Expand Down Expand Up @@ -475,8 +475,8 @@ architectures/armeabi-v7a=false
architectures/arm64-v8a=true
architectures/x86=false
architectures/x86_64=false
version/code=100074
version/name="0.10.8"
version/code=100082
version/name="0.10.9"
package/unique_name="com.game.asteroids_revenge"
package/name=""
package/signed=true
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100082.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v0.10.9 Changes

- Changed Buttons layout for RTL languages
- Fixed Settings button not being able to be clicked on desktop (only on v0.10.8)
- Fixed Lowestscore text overlapping with "press any key to continue" text
1 change: 1 addition & 0 deletions scenes/hud.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ scale = Vector2(4.515, 4.20588)
texture_normal = ExtResource("6_m0fvi")
shape = SubResource("RectangleShape2D_7yggq")
action = "fire"
visibility_mode = 1

[node name="VBoxContainer" type="VBoxContainer" parent="Control"]
layout_mode = 1
Expand Down

0 comments on commit 0ff5e35

Please sign in to comment.