Skip to content

Commit

Permalink
Added AbsoluteUnits Settler-Ancient era by Basil
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 committed Feb 26, 2025
1 parent 7fbdffe commit 574962f
Show file tree
Hide file tree
Showing 11 changed files with 503 additions and 462 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
958 changes: 500 additions & 458 deletions android/assets/AbsoluteUnits.atlas

Large diffs are not rendered by default.

Binary file modified android/assets/AbsoluteUnits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions core/src/com/unciv/ui/popups/options/OptionsPopup.kt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class OptionsPopup(
tabs.addPage(
"About",
aboutTab(),
ImageGetter.getExternalImage("Icon.png"), 24f
ImageGetter.getExternalImage("Icons/Unciv128.png"), 24f
)
tabs.addPage(
"Display",
Expand Down Expand Up @@ -119,7 +119,7 @@ class OptionsPopup(
ImageGetter.getImage("OtherIcons/Settings"), 24f
)

if (RulesetCache.size > BaseRuleset.values().size) {
if (RulesetCache.size > BaseRuleset.entries.size) {
val content = ModCheckTab(screen)
tabs.addPage("Locate mod errors", content, ImageGetter.getImage("OtherIcons/Mods"), 24f)
}
Expand Down
2 changes: 0 additions & 2 deletions desktop/src/com/unciv/app/desktop/DesktopLauncher.kt
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ internal object DesktopLauncher {
config.setWindowSizeLimits(WindowState.minimumWidth, WindowState.minimumHeight, -1, -1)




// LibGDX not yet configured, use regular java class
val maximumWindowBounds = getMaximumWindowBounds()

Expand Down
1 change: 1 addition & 0 deletions docs/Credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ Barbarian variants by Pelo, made for [Playable Barbarians](https://github.com/Ja
By Basil:

- Worker-Barbarians
- Settler-Ancient era

### HexaRealm

Expand Down

0 comments on commit 574962f

Please sign in to comment.