Skip to content

Commit

Permalink
Merge pull request #7 from D-Generation-S/feature/prepare-initia-itch…
Browse files Browse the repository at this point in the history
…-release

[FEATURE] Itch initial release
XanatosX authored Oct 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 32a31a0 + df82262 commit 7109b18
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Default.tres
Original file line number Diff line number Diff line change
@@ -1328,7 +1328,7 @@ texture_margin_bottom = 18.0
region_rect = Rect2(320, 512, 64, 64)
modulate_color = Color(0.49, 0.49, 0.49, 1)

[sub_resource type="Image" id="Image_c5di2"]
[sub_resource type="Image" id="Image_fgsam"]
data = {
"data": PackedByteArray("////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///9e////E////wD///8A////AP///wD///8A////AP///xP///9e////AP///wD///8A////AP///wD///9e////5f///7z///8T////AP///wD///8A////AP///xP///+9////5f///17///8A////AP///wD///8A////E////7z////l////vP///xP///8A////AP///xP///+9////5f///7z///8S////AP///wD///8A////AP///wD///8T////vP///+X///+8////E////xP///+9////5f///7z///8S////AP///wD///8A////AP///wD///8A////AP///xP///+8////5f///9D////Q////5f///7z///8S////AP///wD///8A////AP///wD///8A////AP///wD///8A////E////9D////l////5f///8////8S////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///xP////Q////5f///+X////P////E////wD///8A////AP///wD///8A////AP///wD///8A////AP///xP///+9////5f///8/////P////5f///7z///8T////AP///wD///8A////AP///wD///8A////AP///xP///+9////5f///7z///8S////E////7z////l////vP///xP///8A////AP///wD///8A////AP///xP///+9////5f///7z///8S////AP///wD///8T////vP///+X///+8////E////wD///8A////AP///wD///9e////5f///7z///8S////AP///wD///8A////AP///xP///+8////5f///17///8A////AP///wD///8A////AP///17///8S////AP///wD///8A////AP///wD///8A////E////17///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AA=="),
"format": "RGBA8",
@@ -1338,7 +1338,7 @@ data = {
}

[sub_resource type="ImageTexture" id="ImageTexture_w27er"]
image = SubResource("Image_c5di2")
image = SubResource("Image_fgsam")

[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_k7lxt"]
texture = ExtResource("1_pdnn8")
2 changes: 2 additions & 0 deletions docs/manual/customizing/create-custom-card.md
Original file line number Diff line number Diff line change
@@ -39,6 +39,8 @@ first-card/

>:information_source: Translation's are optional, the game will try to find a localized text for the data field, but if nothing was found the default one will be used
>:information_source: Your front image should be 500x500 pixel in size, it will be scaled down if the image is bigger but this could impact the image quality.
As example a card named `My first card` with a description `This is my very first custom card` will have the following content on the given data sets:

>name.txt
2 changes: 2 additions & 0 deletions docs/manual/customizing/create-custom-deck.md
Original file line number Diff line number Diff line change
@@ -30,6 +30,8 @@ Let's explain the files and directories of this structure down below

>:information_source: Translation's are optional, the game will try to find a localized text for the data field, but if nothing was found the default one will be used
>:information_source: Your cover image must be 500x550 pixel in size, if this is not the case it will not fully cover the card content. Since this is not required you can simple use the default card back.
You deck will also need at least two cards to be valid. To learn how to create cards check the [create custom card][create-custom-cards] documentation. Those cards will be placed insaide the `cards/` directory. So if you want to create a deck named `My first deck` with a description `This is my first custom Samory deck` you will add the following files to the `Samory/decks/your-unique-deck-name/` folder


1 change: 1 addition & 0 deletions project.godot
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ config_version=5
[application]

config/name="Samory"
config/version="0.1.0"
run/main_scene="res://scenes/GameManager.tscn"
config/features=PackedStringArray("4.3", "GL Compatibility")
config/icon="res://icon.svg"

0 comments on commit 7109b18

Please sign in to comment.