1
0
forked from 0ad/0ad

Compare commits

...

2 Commits

Author SHA1 Message Date
0f90ad8a73 Clean up tip image files to prevent libpng warnings 2024-09-22 11:24:20 +02:00
1792f0d065 Add a Tips and Tricks page containing the loading screen tips
- Small popup page accessible from the main menu via Learn to Play.
- Lets the player read through the tips with 'Previous' and 'Next' buttons.
- Tips continue to be shown on the loading screen.
-> but there without the scrolling ability.

- Added two new hotkeys for quicker tip changing (item.prev and item.next)
-> set to the left and right arrows respectively by default.

- Responsible scripts are placed in gui/reference/tips/.
- The tip text files have been moved to gui/reference/tips/texts/.
- Tip image files have been moved to art/textures/ui/tips/.

- Added a series of new sprites (textures in art/textures/ui/tipdisplay/)
-> comprises a title decoration, a bullet point sprite, and a new button
style.
2024-09-22 11:24:08 +02:00
207 changed files with 709 additions and 332 deletions

View File

@ -418,6 +418,10 @@ rewind = "Shift+Backspace" ; If timewarp mode enabled, go back to earlier
next = "Tab", "Alt+S" ; Show the next tab
prev = "Shift+Tab", "Alt+W" ; Show the previous tab
[hotkey.item]
next = "RightArrow" ; Show the next item of a list
prev = "LeftArrow" ; Show the previous item of a list
[hotkey.text] ; > GUI TEXTBOX HOTKEYS
delete.left = "Ctrl+Backspace" ; Delete word to the left of cursor
delete.right = "Ctrl+Del" ; Delete word to the right of cursor

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
binaries/data/mods/public/art/textures/ui/tips/army_camp.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
binaries/data/mods/public/art/textures/ui/tips/autoqueue.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
binaries/data/mods/public/art/textures/ui/tips/barracks.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
binaries/data/mods/public/art/textures/ui/tips/barter.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
binaries/data/mods/public/art/textures/ui/tips/biomes.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
binaries/data/mods/public/art/textures/ui/tips/catapults.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
binaries/data/mods/public/art/textures/ui/tips/dock.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
binaries/data/mods/public/art/textures/ui/tips/embassies.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
binaries/data/mods/public/art/textures/ui/tips/fire_ship.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
binaries/data/mods/public/art/textures/ui/tips/fishing.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
binaries/data/mods/public/art/textures/ui/tips/forge.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
binaries/data/mods/public/art/textures/ui/tips/fortress.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
binaries/data/mods/public/art/textures/ui/tips/gathering.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
binaries/data/mods/public/art/textures/ui/tips/heroes.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More