Skip to content

Commit 80ca532

Browse files
committed
Fixed Readme table formatting
1 parent fa81288 commit 80ca532

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Changelog
22

3-
## v1.1.2
3+
## v1.1.3
44

55
<!--Releasenotes start-->
6-
- Fixed: Navigating right from a rightmost Arcana card takes additional navigation events to select the Grasp count.
6+
- Fixed: Table formatting in Readme is broken.
77
<!--Releasenotes end-->
88

9+
## v1.1.2
10+
11+
- Fixed: Navigating right from a rightmost Arcana card takes additional navigation events to select the Grasp count.
12+
913
## v1.1.1
1014

1115
- Removed `CardBackScale` property, as the game won't honour it.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Card backs require **four types of textures**, in different packages.
130130
See the bottom of this section for example textures for each of the four.
131131

132132
| Texture | Per pack or per card? | Used Where | Example path | Package Type |
133-
|---------|-----------|-------------|
133+
|---------|-----------|-------------|-------------|-------------|
134134
| **DeckArt** (idle) | Per card | Card back picker idle animation in the Arcana screen (Three overlayed copies of the card) | `GUI\Screens\MetaUpgrade\DeckArt\Deck10` | `RegisterCrossroadsPackages` |
135135
| **DeckArtMouseover** (hover) | Per card | Card back picker hover animation in the Arcana screen (Four spread out copies of the card) | `GUI\Screens\MetaUpgrade\DeckArt\DeckMouseover10` | `RegisterCrossroadsPackages` |
136136
| **IconPath** (shop preview) | Per **pack** | Training Grounds cosmetics shop icon (Three *different* fanned-out cards from the pack) | `GUI\Screens\CosmeticIcons\cosmetic_deckMisc` | `RegisterCrossroadsPackages` |

0 commit comments

Comments
 (0)