mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-16 18:59:15 +07:00
Minor Scenarios UX improvements (#11466)
* Give "Scenarios" its own icon * A little more wiki info on the console * Minor ScenarioScreen UX improvements
This commit is contained in:
@ -748,7 +748,8 @@ Unless otherwise specified, all the following are from [the Noun Project](https:
|
||||
- [Go back](https://thenounproject.com/icon/go%20back-1901947) by Salvia Santos for Resume
|
||||
- [Multiplayer](https://thenounproject.com/icon/multiplayer-1215652) by Roy Charles
|
||||
- [Options](https://thenounproject.com/icon/options-866090) By Thengakola
|
||||
- [Package](https://thenounproject.com/icon/package-1886048) by shashank singh
|
||||
- [Package](https://thenounproject.com/icon/package-1886048) by shashank singh for Mods
|
||||
- [scenario planning](https://thenounproject.com/icon/scenario-6569968) by nicolas for Scenarios
|
||||
|
||||
## Sound credits
|
||||
|
||||
|
@ -17,5 +17,15 @@ To create a scenario:
|
||||
|
||||
To open the console, click the `` button on your keyboard.
|
||||
|
||||
To see available commands, click enter. This works for subcommands as well (e.g. when you entered `tile`)
|
||||
To see available commands, click enter. This works for subcommands as well (e.g. when you entered `tile`).
|
||||
|
||||
The console has autocompletion:
|
||||
* Enter a partial command, subcommand or argument and hit Tab...
|
||||
* When the entered part, compared from the start, matches exactly one of the possible options, that option is completed and a space added for the next subcommand or parameter.
|
||||
* When no option matches, nothing happens.
|
||||
* When two or more options match, the possibilities are displayed, and the longest common substring is entered for you (e.g. you enter 'c', Tab: commands 'city' or 'civ' match, the console partially completes 'ci' for you).
|
||||
* When you haven't yet entered a partial text (console input is empty or ends in a space), autocompletion will display all options.
|
||||
|
||||
Some commands operate on a tile or unit you need to select on the map before opening the console.
|
||||
|
||||
The console does intentionally not follow all rules defined by the ruleset - e.g. it allows Farms on hills without fresh water or the Mobility promotion on a Worker. Any unexpected consequences are your responsibility.
|
||||
|
Reference in New Issue
Block a user