mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
fix: address kev's comments from code review
This commit is contained in:
parent
6b3b9f6443
commit
a3a6ec914f
@ -845,3 +845,13 @@ path = [
|
|||||||
"decorate.json",
|
"decorate.json",
|
||||||
"stuff-cheeks.json",
|
"stuff-cheeks.json",
|
||||||
]
|
]
|
||||||
|
SPDX-FileCopyrightText = [
|
||||||
|
"Gen 8 Animation Project",
|
||||||
|
"StCooler",
|
||||||
|
"DarrylBD99",
|
||||||
|
"WolfPP",
|
||||||
|
"ardicoozer",
|
||||||
|
"riddlemeree",
|
||||||
|
"Drake Baku",
|
||||||
|
]
|
||||||
|
SPDX-License-Identifier = ["CC-BY-NC-SA-4.0"]
|
||||||
|
@ -8,10 +8,8 @@ version = 1
|
|||||||
path = ["pb.png",
|
path = ["pb.png",
|
||||||
"categories_legacy.png", "categories.png",
|
"categories_legacy.png", "categories.png",
|
||||||
"items.png"]
|
"items.png"]
|
||||||
|
SPDX-FileCopyrightText = "Nintendo, Game Freak, and Creatures Inc."
|
||||||
|
SPDX-License-Identifier = "LicenseRef-FAIR-USE"
|
||||||
[[annotations]] # CC0 for files of insignificant originality
|
|
||||||
path = ["variant/_exp_masterlist.json", "variant/_masterlist.json"]
|
|
||||||
|
|
||||||
[[annotations]] # JSONs created via our own tooling (colormaps for variants must not be listed here!)
|
[[annotations]] # JSONs created via our own tooling (colormaps for variants must not be listed here!)
|
||||||
# list of json files that were generated from tooling and describe the animation
|
# list of json files that were generated from tooling and describe the animation
|
||||||
|
@ -248,7 +248,7 @@ path = [
|
|||||||
"646-white.json",
|
"646-white.json",
|
||||||
"back/646-white.json",
|
"back/646-white.json",
|
||||||
]
|
]
|
||||||
SPDX-FileCopyrightText = ["2024-2025 hanniel.15", "unicorn_power"] # todo: fill out author for variant 2
|
SPDX-FileCopyrightText = ["2024-2025 hanniel.15", "2024-2025 unicorn_power"]
|
||||||
SPDX-License-Identifier = "CC-BY-NC-SA-4.0"
|
SPDX-License-Identifier = "CC-BY-NC-SA-4.0"
|
||||||
VARIANT_1_AUTHOR = "hanniel.15"
|
VARIANT_1_AUTHOR = "hanniel.15"
|
||||||
VARIANT_2_AUTHOR = "Unicorn_power"
|
VARIANT_2_AUTHOR = "unicorn_power"
|
Loading…
Reference in New Issue
Block a user