Skip to content

Commit cfe2a43

Browse files
authored
Title screen: Replace logo in main menu (#1341)
Set expand mode to "keep size". And change the container sizing horizontally to "center of reduction" (like the vertical one). Remove `.license` file, so it should now match rule path "assets/first_party/**/*.png" in the REUSE.toml file, defining the logo as CC-BY-SA-4.0 by The Threadbare Authors. Update the licensing documentation that used this logo as example. Helps #1338
1 parent 25cb671 commit cfe2a43

4 files changed

Lines changed: 6 additions & 12 deletions

File tree

Lines changed: 2 additions & 2 deletions
Loading

assets/first_party/logo/threadbare-logo.png.license

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/LICENSING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,9 @@ wholly by AI, provided that:
163163
generation or provided another asset as input to the AI tool, and ideally the
164164
model (if known) and prompt used.
165165

166-
For example, the current
167-
[main menu logo](../assets/first_party/logo/threadbare-logo.png)
168-
was generated with Midjourney, with no modifications. It is accompanied by a
169-
[`.license` file](../assets/first_party/logo/threadbare-logo.png.license)
170-
which reads:
166+
For example, the previous main menu logo at `assets/first_party/logo/threadbare-logo.png`
167+
was generated with Midjourney, with no modifications. It was accompanied by a
168+
`threadbare-logo.png.license` file in the same folder which said:
171169

172170
```
173171
SPDX-FileCopyrightText: The Threadbare Authors

scenes/menus/title/components/main_menu.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ size_flags_horizontal = 3
3030
[node name="Logo" type="TextureRect" parent="LogoButtonSplit/LogoContainer"]
3131
texture_filter = 2
3232
layout_mode = 2
33+
size_flags_horizontal = 4
3334
size_flags_vertical = 4
3435
texture = ExtResource("1_hgbs1")
35-
expand_mode = 5
3636
stretch_mode = 4
3737

3838
[node name="ButtonBoxMargins" type="MarginContainer" parent="LogoButtonSplit"]

0 commit comments

Comments
 (0)