Skip to content

Commit

Permalink
style: increase the default UI scale to look better on HD screens. (#857
Browse files Browse the repository at this point in the history
)
  • Loading branch information
zicklag committed Oct 15, 2023
1 parent 442375a commit eb708ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ opt-level = 3

# Optimize our code a little bit.
[profile.dev]
codegen-units = 128
opt-level = 0
codegen-units = 256
opt-level = 1

[profile.dev-optimized]
debug = 1
Expand Down
2 changes: 1 addition & 1 deletion assets/game.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ default_settings:
localization: locales/localization.yaml

theme:
scale: 1.00
scale: 1.2
colors:
positive: 3EC761

Expand Down

0 comments on commit eb708ec

Please sign in to comment.