Real new logo (#377)

* Proper spacing on lobby

* Add new icons

* Update manifest.yml
This commit is contained in:
Debug 2023-11-01 23:45:55 +01:00 committed by GitHub
parent abdb523579
commit b2240a88a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 678 additions and 140 deletions

View File

@ -5,9 +5,11 @@
<LayoutContainer>
<BoxContainer Name="VBox"
Orientation="Vertical"
StyleIdentifier="mainMenuVBox">
StyleIdentifier="mainMenuVBox"
MinWidth="512">
<TextureRect Name="Logo"
Stretch="KeepCentered" />
<Control MinSize="0 24" />
<BoxContainer Orientation="Horizontal"
SeparationOverride="4">
<Label Text="{Loc 'main-menu-username-label'}" />

View File

@ -1,10 +1,14 @@
The eight files below are licensed under CC-BY-SA 4.0 by the author who can be found on Twitter @LeonardoDaBepis.
The files below are licensed under CC-BY-SA 4.0 by the author who can be found at https://leonardo-dabepis.tumblr.com/
icon.ico
icon/icon-128x128.png
icon.svg
icon/icon-16x16.png
icon/icon-24x24.png
icon/icon-256x256.png
icon/icon-32x32.png
icon/icon-48x48.png
icon/icon-64x64.png
icon/icon-128x128.png
icon/icon-256x256.png
logo.svg
logo.png
slashlogo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 359 KiB

After

Width:  |  Height:  |  Size: 49 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 998 B

After

Width:  |  Height:  |  Size: 825 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 KiB

After

Width:  |  Height:  |  Size: 50 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

View File

@ -1,5 +1,5 @@
defaultWindowTitle: Delta-v
windowIconSet: /Textures/Logo/icon
splashLogo: /Textures/Logo/logo.png
splashLogo: /Textures/Logo/splashlogo.png
# PJB PLEASE