mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-28 21:44:49 +00:00
Build bar (#2059)
## Description: Make the unit display bar a proper unit build bar Add shortcuts for all structures and units Add ranges for ranged structures and units Changed the shortcuts to use the key instead of the code for internationalization purposes  <img width="285" height="517" alt="image" src="https://github.com/user-attachments/assets/91bb01e6-e48c-4255-ace1-306af9cdc25b" /> ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: Mr.Box --------- Co-authored-by: evanpelle <evanpelle@gmail.com> Co-authored-by: icslucas <carolinacarazolli@gmail.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -326,6 +326,25 @@
|
||||
"view_options": "View Options",
|
||||
"toggle_view": "Toggle View",
|
||||
"toggle_view_desc": "Alternate view (terrain/countries)",
|
||||
"build_controls": "Build Controls",
|
||||
"build_city": "Build City",
|
||||
"build_city_desc": "Build a City under your cursor.",
|
||||
"build_factory": "Build Factory",
|
||||
"build_factory_desc": "Build a Factory under your cursor.",
|
||||
"build_defense_post": "Build Defense Post",
|
||||
"build_defense_post_desc": "Build a Defense Post under your cursor.",
|
||||
"build_port": "Build Port",
|
||||
"build_port_desc": "Build a Port under your cursor.",
|
||||
"build_warship": "Build Warship",
|
||||
"build_warship_desc": "Build a Warship under your cursor.",
|
||||
"build_missile_silo": "Build Missile Silo",
|
||||
"build_missile_silo_desc": "Build a Missile Silo under your cursor.",
|
||||
"build_sam_launcher": "Build SAM Launcher",
|
||||
"build_sam_launcher_desc": "Build a SAM Launcher under your cursor.",
|
||||
"build_atom_bomb": "Build Atom Bomb",
|
||||
"build_atom_bomb_desc": "Build an Atom Bomb under your cursor.",
|
||||
"build_hydrogen_bomb": "Build Hydrogen Bomb",
|
||||
"build_hydrogen_bomb_desc": "Build a Hydrogen Bomb under your cursor.",
|
||||
"attack_ratio_controls": "Attack Ratio Controls",
|
||||
"attack_ratio_up": "Increase Attack Ratio",
|
||||
"attack_ratio_up_desc": "Increase attack ratio by 10%",
|
||||
|
||||
Reference in New Issue
Block a user