Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ретекстур шахмат, шашек и доски для них #659

Merged
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Resources/Prototypes/Entities/Objects/Fun/Tabletop/checkers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description: A checkerboard. Pieces included!
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/chessboard.rsi
sprite: SS220/Objects/Fun/Tabletop/chessboard.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: chessboard
- type: TabletopGame
boardName: tabletop-checkers-board-name
Expand All @@ -27,7 +27,7 @@
noSpawn: true
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/chessboard_tabletop.rsi
sprite: SS220/Objects/Fun/Tabletop/chessboard_tabletop.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: chessboard_tabletop

# The pieces
Expand All @@ -37,7 +37,7 @@
parent: BaseTabletopPiece
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/checker_pieces.rsi
sprite: SS220/Objects/Fun/Tabletop/checker_pieces.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: w_checker_piece

- type: entity
Expand All @@ -46,7 +46,7 @@
parent: BaseTabletopPiece
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/checker_pieces.rsi
sprite: SS220/Objects/Fun/Tabletop/checker_pieces.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: w_checker_crown

- type: entity
Expand All @@ -55,7 +55,7 @@
parent: BaseTabletopPiece
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/checker_pieces.rsi
sprite: SS220/Objects/Fun/Tabletop/checker_pieces.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: b_checker_piece

- type: entity
Expand All @@ -64,5 +64,5 @@
parent: BaseTabletopPiece
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/checker_pieces.rsi
sprite: SS220/Objects/Fun/Tabletop/checker_pieces.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: b_checker_crown
28 changes: 14 additions & 14 deletions Resources/Prototypes/Entities/Objects/Fun/Tabletop/chess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description: A chessboard. Pieces included!
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/chessboard.rsi
sprite: SS220/Objects/Fun/Tabletop/chessboard.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: chessboard
- type: TabletopGame
boardName: tabletop-chess-board-name
Expand All @@ -23,7 +23,7 @@
noSpawn: true
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/chessboard_tabletop.rsi
sprite: SS220/Objects/Fun/Tabletop/chessboard_tabletop.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: chessboard_tabletop

# White pieces
Expand All @@ -33,7 +33,7 @@
parent: BaseTabletopPiece
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/chess_pieces.rsi
sprite: SS220/Objects/Fun/Tabletop/chess_pieces.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: w_king

- type: entity
Expand All @@ -42,7 +42,7 @@
parent: BaseTabletopPiece
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/chess_pieces.rsi
sprite: SS220/Objects/Fun/Tabletop/chess_pieces.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: w_queen

- type: entity
Expand All @@ -51,7 +51,7 @@
parent: BaseTabletopPiece
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/chess_pieces.rsi
sprite: SS220/Objects/Fun/Tabletop/chess_pieces.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: w_rook

- type: entity
Expand All @@ -60,7 +60,7 @@
parent: BaseTabletopPiece
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/chess_pieces.rsi
sprite: SS220/Objects/Fun/Tabletop/chess_pieces.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: w_bishop

- type: entity
Expand All @@ -69,7 +69,7 @@
parent: BaseTabletopPiece
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/chess_pieces.rsi
sprite: SS220/Objects/Fun/Tabletop/chess_pieces.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: w_knight

- type: entity
Expand All @@ -78,7 +78,7 @@
parent: BaseTabletopPiece
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/chess_pieces.rsi
sprite: SS220/Objects/Fun/Tabletop/chess_pieces.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: w_pawn

# Black pieces
Expand All @@ -88,7 +88,7 @@
parent: BaseTabletopPiece
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/chess_pieces.rsi
sprite: SS220/Objects/Fun/Tabletop/chess_pieces.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: b_king

- type: entity
Expand All @@ -97,7 +97,7 @@
parent: BaseTabletopPiece
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/chess_pieces.rsi
sprite: SS220/Objects/Fun/Tabletop/chess_pieces.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: b_queen

- type: entity
Expand All @@ -106,7 +106,7 @@
parent: BaseTabletopPiece
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/chess_pieces.rsi
sprite: SS220/Objects/Fun/Tabletop/chess_pieces.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: b_rook

- type: entity
Expand All @@ -115,7 +115,7 @@
parent: BaseTabletopPiece
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/chess_pieces.rsi
sprite: SS220/Objects/Fun/Tabletop/chess_pieces.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: b_bishop

- type: entity
Expand All @@ -124,7 +124,7 @@
parent: BaseTabletopPiece
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/chess_pieces.rsi
sprite: SS220/Objects/Fun/Tabletop/chess_pieces.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: b_knight

- type: entity
Expand All @@ -133,5 +133,5 @@
parent: BaseTabletopPiece
components:
- type: Sprite
sprite: Objects/Fun/Tabletop/chess_pieces.rsi
sprite: SS220/Objects/Fun/Tabletop/chess_pieces.rsi
TTTomaTTT marked this conversation as resolved.
Show resolved Hide resolved
state: b_pawn
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,23 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Zumorica, Fishfish458, Capnsockless",
"size": {
"x": 24,
"y": 24
},
"states": [
{
"name": "w_checker_piece"
},
{
"name": "w_checker_crown"
},
{
"name": "b_checker_piece"
},
{
"name": "b_checker_crown"
}
]
}
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.
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.
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.
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,47 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/3edffc96061f135b836bc353ee29ad9ab220fa54",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "w_pawn"
},
{
"name": "w_rook"
},
{
"name": "w_knight"
},
{
"name": "w_bishop"
},
{
"name": "w_king"
},
{
"name": "w_queen"
},
{
"name": "b_pawn"
},
{
"name": "b_rook"
},
{
"name": "b_knight"
},
{
"name": "b_bishop"
},
{
"name": "b_king"
},
{
"name": "b_queen"
}
]
}
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.
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.
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.
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,14 @@
{
"version": 1,
"license": "CC-BY-NC-SA-3.0",
"copyright": "Taken from Goonstation https://github.com/goonstation/goonstation/pull/15019",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "chessboard"
}
]
}
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,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Stanbery Trask#5343, Visne",
"size": {
"x": 274,
"y": 274
},
"states": [
{
"name": "chessboard_tabletop"
}
]
}
Loading