diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-06-23 13:34:02 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-06-23 13:34:02 +0200 |
| commit | 051668fe9ac8d02fd9546e588d4255ee5e120f40 (patch) | |
| tree | c36e1415e78c37c71b0abaab3099349d8650d9dd /src/main/resources/assets/firmament/textures/cape | |
| parent | 72b8d8c8a37cd4396de44f0bcd2a9e8bd4b073b9 (diff) | |
| download | Firmament-051668fe9ac8d02fd9546e588d4255ee5e120f40.tar.gz Firmament-051668fe9ac8d02fd9546e588d4255ee5e120f40.tar.bz2 Firmament-051668fe9ac8d02fd9546e588d4255ee5e120f40.zip | |
feat: Add dev capes
Diffstat (limited to 'src/main/resources/assets/firmament/textures/cape')
| -rw-r--r-- | src/main/resources/assets/firmament/textures/cape/REUSE.toml | 16 | ||||
| -rw-r--r-- | src/main/resources/assets/firmament/textures/cape/firm_static.png | bin | 0 -> 42249 bytes | |||
| -rw-r--r-- | src/main/resources/assets/firmament/textures/cape/firmament_star.png | bin | 0 -> 1141 bytes | |||
| -rw-r--r-- | src/main/resources/assets/firmament/textures/cape/parallax_background.png | bin | 0 -> 2053 bytes | |||
| -rw-r--r-- | src/main/resources/assets/firmament/textures/cape/parallax_template.png | bin | 0 -> 516 bytes |
5 files changed, 16 insertions, 0 deletions
diff --git a/src/main/resources/assets/firmament/textures/cape/REUSE.toml b/src/main/resources/assets/firmament/textures/cape/REUSE.toml new file mode 100644 index 0000000..7cb21f2 --- /dev/null +++ b/src/main/resources/assets/firmament/textures/cape/REUSE.toml @@ -0,0 +1,16 @@ +#SPDX-FileCopyrightText: 2025 Linnea Gräf <nea@nea.moe> +# +#SPDX-License-Identifier: CC0-1.0 +version = 1 + +[[annotations]] +path = ["firmament_star.png", "parallax_background.png", "parallax_template.png"] +SPDX-License-Identifier = "CC-BY-4.0" +SPDX-FileCopyrightText = ["ic22487", "Linnea Gräf"] + +[[annotations]] +path = ["firm_static.png"] +SPDX-License-Identifier = "CC-BY-4.0" +SPDX-FileCopyrightText = ["ic22487", "kathund"] + + diff --git a/src/main/resources/assets/firmament/textures/cape/firm_static.png b/src/main/resources/assets/firmament/textures/cape/firm_static.png Binary files differnew file mode 100644 index 0000000..b01511c --- /dev/null +++ b/src/main/resources/assets/firmament/textures/cape/firm_static.png diff --git a/src/main/resources/assets/firmament/textures/cape/firmament_star.png b/src/main/resources/assets/firmament/textures/cape/firmament_star.png Binary files differnew file mode 100644 index 0000000..520d309 --- /dev/null +++ b/src/main/resources/assets/firmament/textures/cape/firmament_star.png diff --git a/src/main/resources/assets/firmament/textures/cape/parallax_background.png b/src/main/resources/assets/firmament/textures/cape/parallax_background.png Binary files differnew file mode 100644 index 0000000..05ef0fa --- /dev/null +++ b/src/main/resources/assets/firmament/textures/cape/parallax_background.png diff --git a/src/main/resources/assets/firmament/textures/cape/parallax_template.png b/src/main/resources/assets/firmament/textures/cape/parallax_template.png Binary files differnew file mode 100644 index 0000000..ada76eb --- /dev/null +++ b/src/main/resources/assets/firmament/textures/cape/parallax_template.png |
