Add license for bat scripts in public

This commit is contained in:
Sirz Benjie 2025-09-09 11:43:40 -05:00
parent 1776db4f9d
commit ec36c34056
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E
12 changed files with 25 additions and 3 deletions

View File

@ -9,6 +9,8 @@ version = 1
path = [
"manifest.webmanifest",
"battle-anims/*.json", # Auto generated through our own tooling
"**/*.bat",
"**/*.ps1",
]
SPDX-FileCopyrightText = "2024-2025 Pagefault Games"
SPDX-License-Identifier = "AGPL-3.0-only"

View File

@ -1 +0,0 @@
cmd /c TexturePacker ./ ./configuration.tps --sheet ../items.png --data ../items.json --replace .png=

View File

@ -1 +1,4 @@
:: SPDX-FileCopyrightText: 2024 Pagefault Games
::
:: SPDX-License-Identifier: AGPL-3.0-only
cmd /c TexturePacker ./ ../configuration.tps --sheet ../../../pokemon_icons_4.png --data ../../../pokemon_icons_4.json --replace .png=

View File

@ -0,0 +1,5 @@
:: SPDX-FileCopyrightText: 2024 Pagefault Games
:: SPDX-FileContributor: FlashfyreDev
::
:: SPDX-License-Identifier: AGPL-3.0-only
cmd /c TexturePacker ./ ./configuration.tps --sheet ../public/images/items.png --data ../items.json --replace .png=

View File

@ -1,5 +1,6 @@
<!--
SPDX-FileCopyrightText: NONE
SPDX-FileContributor: FlashfyreDev
SPDX-License-Identifier: CC0-1.0
-->
<?xml version="1.0" encoding="UTF-8"?>

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024-2025 Pagefault Games
# SPDX-FileContributor: FlashfyreDev
#
# SPDX-License-Identifier: AGPL-3.0-only
$pkmnTable = @{
"bulbasaur" = "1"
"ivysaur" = "2"

View File

@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2024-2025 Pagefault Games
# SPDX-FileContributor: FlashfyreDev
#
# SPDX-License-Identifier: AGPL-3.0-only
Get-ChildItem -Path "*.png" | ForEach-Object {
magick.exe convert $_.FullName -interpolate Integer -filter point -resize "50%" $_.FullName
}

View File

@ -1,4 +1,5 @@
# SPDX-FileCopyrightText: 2024 Pagefault Games
# SPDX-FileCopyrightText: 2024-2025 Pagefault Games
# SPDX-FileContributor: FlashfyreDev
#
# SPDX-License-Identifier: AGPL-3.0-only

View File

@ -1,4 +1,5 @@
# SPDX-FileCopyrightText: 2025 Pagefault Games
# SPDX-FileCopyrightText: 2024-2025 Pagefault Games
# SPDX-FileContributor: FlashfyreDev
#
# SPDX-License-Identifier: AGPL-3.0-only

View File

@ -1,4 +1,5 @@
:: SPDX-FileCopyrightText: 2025 Pagefault Games
:: SPDX-FileContributor: FlashfyreDev
::
:: SPDX-License-Identifier: AGPL-3.0-only