Adds bed, bedsheets and cloaks. (#1022)

Co-authored-by: AJCM <AJCM@tutanota.com>
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
Swept
2020-06-05 14:51:46 -07:00
committed by GitHub
parent cec86f0533
commit 9ffdd023fe
139 changed files with 3154 additions and 3 deletions

View File

@@ -69,7 +69,6 @@
sprite: Buildings/furniture.rsi sprite: Buildings/furniture.rsi
state: chair state: chair
- type: entity - type: entity
name: wooden chair name: wooden chair
id: ChairWood id: ChairWood
@@ -80,3 +79,16 @@
color: "white" color: "white"
- type: Icon - type: Icon
state: wooden_chair state: wooden_chair
- type: entity
name: bed
id: Bed
components:
- type: Sprite
sprite: Buildings/furniture.rsi
state: bed
- type: Icon
sprite: Buildings/furniture.rsi
state: bed
placement:
mode: SnapgridCenter

View File

@@ -92,7 +92,7 @@
- type: entity - type: entity
parent: OuterclothingBase parent: OuterclothingBase
id: OuterclothingBedsheet id: OuterclothingBedsheet
name: bedsheet name: ghost costume
description: '' description: ''
components: components:
- type: Sprite - type: Sprite

View File

@@ -0,0 +1,106 @@
- type: entity
parent: Clothing
id: CloakClothing
abstract: true
name: cloak
description:
components:
- type: Sprite
sprite: Clothing/cloak.rsi
- type: Icon
sprite: Clothing/cloak.rsi
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/cloak.rsi
- type: entity
parent: CloakClothing
id: CapCloak
name: captain's cloak
description:
components:
- type: Sprite
state: capcloak
- type: Icon
state: capcloak
- type: Clothing
HeldPrefix: capcloak
- type: entity
parent: CloakClothing
id: HosCloak
name: HoS's cloak
description:
components:
- type: Sprite
state: hoscloak
- type: Icon
state: hoscloak
- type: Clothing
HeldPrefix: hoscloak
- type: entity
parent: CloakClothing
id: CeCloak
name: CE's cloak
components:
- type: Sprite
state: cecloak
- type: Icon
state: cecloak
- type: Clothing
HeldPrefix: cecloak
- type: entity
parent: CloakClothing
id: CmoCloak
name: CMO's cloak
components:
- type: Sprite
state: cmocloak
- type: Icon
state: cmocloak
- type: Clothing
HeldPrefix: cmocloak
- type: entity
parent: CloakClothing
id: RdCloak
name: RD's cloak
components:
- type: Sprite
state: rdcloak
- type: Icon
state: rdcloak
- type: Clothing
HeldPrefix: rdcloak
- type: entity
parent: CloakClothing
id: QmCloak
name: QM's cloak
components:
- type: Sprite
state: qmcloak
- type: Icon
state: qmcloak
- type: Clothing
HeldPrefix: qmcloak
- type: entity
parent: CloakClothing
id: HopCloak
name: HoP's cloak
components:
- type: Sprite
state: hopcloak
- type: Icon
state: hopcloak
- type: Clothing
HeldPrefix: hopcloak

View File

@@ -0,0 +1,509 @@
- type: entity
parent: BaseItem
id: BedsheetBase
name: BedsheetBase
abstract: true
placement:
mode: SnapgridCenter
snap:
- Bed
components:
- type: Sprite
sprite: Objects/Furniture/bedsheets.rsi
- type: Icon
sprite: Objects/Furniture/bedsheets.rsi
- type: SnapGrid
offset: Center
- type: entity
id: BedsheetBlack
parent: BedsheetBase
name: black bedsheet
components:
- type: Sprite
state: sheetblack
- type: Icon
state: sheetblack
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetblack
- type: entity
id: BedsheetBlue
parent: BedsheetBase
name: blue bedsheet
components:
- type: Sprite
state: sheetblue
- type: Icon
state: sheetblue
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetblue
- type: entity
id: BedsheetBrown
parent: BedsheetBase
name: brown bedsheet
components:
- type: Sprite
state: sheetbrown
- type: Icon
state: sheetbrown
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetbrown
- type: entity
id: BedsheetCaptain
parent: BedsheetBase
name: captain's bedsheet
components:
- type: Sprite
state: sheetcaptain
- type: Icon
state: sheetcaptain
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetcaptain
- type: entity
id: BedsheetCE
parent: BedsheetBase
name: ce's bedsheet
components:
- type: Sprite
state: sheetce
- type: Icon
state: sheetce
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetce
- type: entity
id: BedsheetCentcom
parent: BedsheetBase
name: centcom bedsheet
components:
- type: Sprite
state: sheetcentcom
- type: Icon
state: sheetcentcom
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetcentcom
- type: entity
id: BedsheetClown
parent: BedsheetBase
name: clown's bedsheet
components:
- type: Sprite
state: sheetclown
- type: Icon
state: sheetclown
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetclown
- type: entity
id: BedsheetCMO
parent: BedsheetBase
name: cmo's bedsheet
components:
- type: Sprite
state: sheetcmo
- type: Icon
state: sheetcmo
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetcmo
- type: entity
id: BedsheetCosmos
parent: BedsheetBase
name: cosmos bedsheet
components:
- type: Sprite
state: sheetcosmos
- type: Icon
state: sheetcosmos
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetcosmos
- type: entity
id: BedsheetCult
parent: BedsheetBase
name: cult bedsheet
components:
- type: Sprite
state: sheetcult
- type: Icon
state: sheetcult
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetcult
- type: entity
id: BedsheetGreen
parent: BedsheetBase
name: green bedsheet
components:
- type: Sprite
state: sheetgreen
- type: Icon
state: sheetgreen
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetgreen
- type: entity
id: BedsheetGrey
parent: BedsheetBase
name: grey bedsheet
components:
- type: Sprite
state: sheetgrey
- type: Icon
state: sheetgrey
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetgrey
- type: entity
id: BedsheetHOP
parent: BedsheetBase
name: hop's bedsheet
components:
- type: Sprite
state: sheethop
- type: Icon
state: sheethop
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheethop
- type: entity
id: BedsheetHOS
parent: BedsheetBase
name: hos's bedsheet
components:
- type: Sprite
state: sheethos
- type: Icon
state: sheethos
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheethos
- type: entity
id: BedsheetIan
parent: BedsheetBase
name: ian bedsheet
components:
- type: Sprite
state: sheetian
- type: Icon
state: sheetian
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetian
- type: entity
id: BedsheetMedical
parent: BedsheetBase
name: medical bedsheet
components:
- type: Sprite
state: sheetmedical
- type: Icon
state: sheetmedical
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetmedical
- type: entity
id: BedsheetMime
parent: BedsheetBase
name: mime's bedsheet
components:
- type: Sprite
state: sheetmime
- type: Icon
state: sheetmime
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetmime
- type: entity
id: BedsheetNT
parent: BedsheetBase
name: nt bedsheet
components:
- type: Sprite
state: sheetNT
- type: Icon
state: sheetNT
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetNT
- type: entity
id: BedsheetOrange
parent: BedsheetBase
name: orange bedsheet
components:
- type: Sprite
state: sheetorange
- type: Icon
state: sheetorange
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetorange
- type: entity
id: BedsheetPurple
parent: BedsheetBase
name: purple bedsheet
components:
- type: Sprite
state: sheetpurple
- type: Icon
state: sheetpurple
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetpurple
- type: entity
id: BedsheetQM
parent: BedsheetBase
name: qm's bedsheet
components:
- type: Sprite
state: sheetqm
- type: Icon
state: sheetqm
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetqm
- type: entity
id: BedsheetRainbow
parent: BedsheetBase
name: rainbow bedsheet
components:
- type: Sprite
state: sheetrainbow
- type: Icon
state: sheetrainbow
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetrainbow
- type: entity
id: BedsheetRD
parent: BedsheetBase
name: rd's bedsheet
components:
- type: Sprite
state: sheetrd
- type: Icon
state: sheetrd
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetrd
- type: entity
id: BedsheetRed
parent: BedsheetBase
name: red bedsheet
components:
- type: Sprite
state: sheetred
- type: Icon
state: sheetred
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetred
- type: entity
id: BedsheetSyndie
parent: BedsheetBase
name: syndie bedsheet
components:
- type: Sprite
state: sheetsyndie
- type: Icon
state: sheetsyndie
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetsyndie
- type: entity
id: BedsheetUSA
parent: BedsheetBase
name: usa bedsheet
components:
- type: Sprite
state: sheetUSA
- type: Icon
state: sheetUSA
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetUSA
- type: entity
id: BedsheetWhite
parent: BedsheetBase
name: white bedsheet
components:
- type: Sprite
state: sheetwhite
- type: Icon
state: sheetwhite
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetwhite
- type: entity
id: BedsheetWiz
parent: BedsheetBase
name: wizard's bedsheet
components:
- type: Sprite
state: sheetwiz
- type: Icon
state: sheetwiz
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetwiz
- type: entity
id: BedsheetYellow
parent: BedsheetBase
name: yellow bedsheet
components:
- type: Sprite
state: sheetyellow
- type: Icon
state: sheetyellow
- type: Clothing
Size: 10
QuickEquip: true
Slots:
- back
sprite: Clothing/back.rsi
HeldPrefix: sheetyellow

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 B

After

Width:  |  Height:  |  Size: 469 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 B

View File

@@ -1 +1,432 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "armchair_preview", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "bar_chair", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "bar_chair_over", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "bar_stool", "directions": 1, "delays": [[1.0]]}, {"name": "bed", "directions": 1, "delays": [[1.0]]}, {"name": "bed_padding", "directions": 1, "delays": [[1.0]]}, {"name": "blank", "directions": 1, "delays": [[1.0]]}, {"name": "chair", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "chair_armrest", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "chair_padding", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "chair_padding_over", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "chair_preview", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "comfychair_preview", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "officechair_dark", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "officechair_white", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "onestar_chair_grey", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "onestar_chair_red", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "psychbed", "directions": 1, "delays": [[1.0]]}, {"name": "psychbed_padding", "directions": 1, "delays": [[1.0]]}, {"name": "shuttle_chair", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "stool_base", "directions": 1, "delays": [[1.0]]}, {"name": "stool_padded_preview", "directions": 1, "delays": [[1.0]]}, {"name": "stool_padding", "directions": 1, "delays": [[1.0]]}, {"name": "stool_preview", "directions": 1, "delays": [[1.0]]}, {"name": "w_overlay", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "wheelchair", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "wheelchair_folded", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "wooden_chair", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "wooden_chair_wings", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} {
"version": 1,
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "armchair_preview",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "bar_chair",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "bar_chair_over",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "bar_stool",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "bed",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "blank",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "chair",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "chair_armrest",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "chair_padding",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "chair_padding_over",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "chair_preview",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "comfychair_preview",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "officechair_dark",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "officechair_white",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "onestar_chair_grey",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "onestar_chair_red",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "psychbed",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "psychbed_padding",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "shuttle_chair",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "stool_base",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "stool_padded_preview",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "stool_padding",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "stool_preview",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "w_overlay",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "wheelchair",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "wheelchair_folded",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "wooden_chair",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "wooden_chair_wings",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 747 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 915 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 814 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 746 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 622 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 988 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 832 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 791 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 836 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 988 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 881 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 747 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Some files were not shown because too many files have changed in this diff Show More