Skip to content

Commit

Permalink
Added missing club king sprites. Added diamond suited cards.
Browse files Browse the repository at this point in the history
  • Loading branch information
Merrokitsune committed Oct 2, 2024
1 parent 69919f7 commit 56a287b
Show file tree
Hide file tree
Showing 43 changed files with 357 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,3 +354,122 @@
components:
- type: Sprite
sprite: Ronstation/Objects/Fun/Tabletop/Cards/Poker/Club/queen.rsi

# Diamonds

- type: entity
parent: BaseCardFlippable
id: CardPokerDiamondAce
name: poker card
description: "It's a poker card."
components:
- type: Sprite
sprite: Ronstation/Objects/Fun/Tabletop/Cards/Poker/Diamond/ace.rsi

- type: entity
parent: BaseCardFlippable
id: CardPokerDiamondTwo
name: poker card
description: "It's a poker card."
components:
- type: Sprite
sprite: Ronstation/Objects/Fun/Tabletop/Cards/Poker/Diamond/two.rsi

- type: entity
parent: BaseCardFlippable
id: CardPokerDiamondThree
name: poker card
description: "It's a poker card."
components:
- type: Sprite
sprite: Ronstation/Objects/Fun/Tabletop/Cards/Poker/Diamond/three.rsi

- type: entity
parent: BaseCardFlippable
id: CardPokerDiamondFour
name: poker card
description: "It's a poker card."
components:
- type: Sprite
sprite: Ronstation/Objects/Fun/Tabletop/Cards/Poker/Diamond/four.rsi

- type: entity
parent: BaseCardFlippable
id: CardPokerDiamondFive
name: poker card
description: "It's a poker card."
components:
- type: Sprite
sprite: Ronstation/Objects/Fun/Tabletop/Cards/Poker/Diamond/five.rsi

- type: entity
parent: BaseCardFlippable
id: CardPokerDiamondSix
name: poker card
description: "It's a poker card."
components:
- type: Sprite
sprite: Ronstation/Objects/Fun/Tabletop/Cards/Poker/Diamond/six.rsi

- type: entity
parent: BaseCardFlippable
id: CardPokerDiamondSeven
name: poker card
description: "It's a poker card."
components:
- type: Sprite
sprite: Ronstation/Objects/Fun/Tabletop/Cards/Poker/Diamond/seven.rsi

- type: entity
parent: BaseCardFlippable
id: CardPokerDiamondEight
name: poker card
description: "It's a poker card."
components:
- type: Sprite
sprite: Ronstation/Objects/Fun/Tabletop/Cards/Poker/Diamond/eight.rsi

- type: entity
parent: BaseCardFlippable
id: CardPokerDiamondNine
name: poker card
description: "It's a poker card."
components:
- type: Sprite
sprite: Ronstation/Objects/Fun/Tabletop/Cards/Poker/Diamond/nine.rsi

- type: entity
parent: BaseCardFlippable
id: CardPokerDiamondTen
name: poker card
description: "It's a poker card."
components:
- type: Sprite
sprite: Ronstation/Objects/Fun/Tabletop/Cards/Poker/Diamond/ten.rsi

- type: entity
parent: BaseCardFlippable
id: CardPokerDiamondJack
name: poker card
description: "It's a poker card."
components:
- type: Sprite
sprite: Ronstation/Objects/Fun/Tabletop/Cards/Poker/Diamond/jack.rsi

- type: entity
parent: BaseCardFlippable
id: CardPokerDiamondKing
name: poker card
description: "It's a poker card."
components:
- type: Sprite
sprite: Ronstation/Objects/Fun/Tabletop/Cards/Poker/Diamond/king.rsi

- type: entity
parent: BaseCardFlippable
id: CardPokerDiamondQueen
name: poker card
description: "It's a poker card."
components:
- type: Sprite
sprite: Ronstation/Objects/Fun/Tabletop/Cards/Poker/Diamond/queen.rsi
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-3.0",
"copyright": "Sprite made by Renee. Cover sprite made by Bellkitsu/Merrokitsune.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon_flipped"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-3.0",
"copyright": "Sprite made by Renee. Cover sprite made by Bellkitsu/Merrokitsune.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon_flipped"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-3.0",
"copyright": "Sprite made by Renee. Cover sprite made by Bellkitsu/Merrokitsune.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon_flipped"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-3.0",
"copyright": "Sprite made by Renee. Cover sprite made by Bellkitsu/Merrokitsune.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon_flipped"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-3.0",
"copyright": "Sprite made by Renee. Cover sprite made by Bellkitsu/Merrokitsune.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon_flipped"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-3.0",
"copyright": "Sprite made by Renee. Cover sprite made by Bellkitsu/Merrokitsune.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon_flipped"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-3.0",
"copyright": "Sprite made by Renee. Cover sprite made by Bellkitsu/Merrokitsune.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon_flipped"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-3.0",
"copyright": "Sprite made by Renee. Cover sprite made by Bellkitsu/Merrokitsune.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon_flipped"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-3.0",
"copyright": "Sprite made by Renee. Cover sprite made by Bellkitsu/Merrokitsune.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon_flipped"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-3.0",
"copyright": "Sprite made by Renee. Cover sprite made by Bellkitsu/Merrokitsune.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon_flipped"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-3.0",
"copyright": "Sprite made by Renee. Cover sprite made by Bellkitsu/Merrokitsune.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon_flipped"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-3.0",
"copyright": "Sprite made by Renee. Cover sprite made by Bellkitsu/Merrokitsune.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon_flipped"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-3.0",
"copyright": "Sprite made by Renee. Cover sprite made by Bellkitsu/Merrokitsune.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon_flipped"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-3.0",
"copyright": "Sprite made by Renee. Cover sprite made by Bellkitsu/Merrokitsune.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon_flipped"
}
]
}

0 comments on commit 56a287b

Please sign in to comment.