mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-17 21:48:19 +00:00
b42627f807
5748: Remove the need for sprite icon images; update Icons file r=Jupeyy a=VoxelDoesCode It felt like that it was very unoptimized to have two images for the demo buttons. Initially, I wanted to merge it into one image, but it was a much better choice to have it so that we use the Icons font file for the sprites instead. Turns out, considering how the typeface is rendered, it looks much smoother and crisper. The contrast between the squares and the symbols is much clearer alongside! Before the change: ![unknown](https://user-images.githubusercontent.com/95713843/185066728-45b6c5d7-00c5-4e03-9f89-4dfc89df6ec1.png) After the change: ![unknown](https://user-images.githubusercontent.com/95713843/185066759-bd5f8169-7e9e-488d-9af7-0ab34bff9d54.png) Note that there is a few compromises that had to be made with the limited symbol choices. As of publishing this there is not a symbol for a crossed out keyboard, but I hope the eye works just fine for now. ## Checklist - [x] Tested the change ingame - [x] Provided screenshots if it is a visual change - [ ] Tested in combination with possibly related configuration options - [ ] Written a unit test (especially base/) or added coverage to integration test - [ ] Considered possible null pointers and out of bounds array indexing - [x] Changed no physics that affect existing maps - [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional) Co-authored-by: VoxelDoesCode <bluheadcat@gmail.com> |
||
---|---|---|
.. | ||
assets | ||
audio | ||
countryflags | ||
editor | ||
fonts | ||
languages | ||
mapres | ||
maps | ||
maps7 | ||
menuimages | ||
shader | ||
skins | ||
themes | ||
arrow.png | ||
autoexec_server.cfg | ||
blob.png | ||
censorlist.txt | ||
console.png | ||
console_bar.png | ||
debug_font.png | ||
emoticons.png | ||
extras.png | ||
game.png | ||
gui_buttons.png | ||
gui_cursor.png | ||
gui_icons.png | ||
gui_logo.png | ||
hud.png | ||
particles.png | ||
strong_weak.png | ||
wordlist.txt |