feat: respect integer format pref

This commit is contained in:
2026-07-09 15:48:39 -04:00
parent 9bb1d01d2b
commit f09fcca0ef
9 changed files with 170 additions and 42 deletions
+1 -1
View File
@@ -467,7 +467,7 @@ interface GameContextValue {
/**
* Format a whole-number value without decimal places.
*/
formatInteger: (value: number)=> string;
formatInteger: (value: number, format: NumberFormat)=> string;
/**
* Buy a prestige upgrade from the runestone shop.