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

Scale Material Sprites Down #61

Merged
merged 2 commits into from
Mar 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
components:
- type: Sprite
sprite: Objects/Materials/Sheets/glass.rsi
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: Item
sprite: Objects/Materials/Sheets/glass.rsi
size: Normal
Expand Down Expand Up @@ -47,7 +48,7 @@
acts: [ "Destruction" ]
- type: SolutionContainerManager
solutions:
glass:
glass:
DEATHB4DEFEAT marked this conversation as resolved.
Show resolved Hide resolved
canReact: false

- type: entity
Expand Down Expand Up @@ -197,7 +198,7 @@
- ReagentId: Carbon
Quantity: 0.5
canReact: false

DEATHB4DEFEAT marked this conversation as resolved.
Show resolved Hide resolved
- type: entity
parent: SheetGlassBase
id: SheetPGlass
Expand Down Expand Up @@ -443,8 +444,8 @@
Quantity: 4.5
- ReagentId: Carbon
Quantity: 0.5
canReact: false
canReact: false

DEATHB4DEFEAT marked this conversation as resolved.
Show resolved Hide resolved
- type: entity
parent: SheetRUGlass
id: SheetRUGlass1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
components:
- type: Sprite
sprite: Objects/Materials/Sheets/metal.rsi
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: Item
sprite: Objects/Materials/Sheets/metal.rsi
size: Normal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
components:
- type: Sprite
sprite: Objects/Materials/Sheets/other.rsi
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: Item
sprite: Objects/Materials/Sheets/other.rsi
size: Normal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- sprite: Objects/Materials/Shards/crystal.rsi
state: shard1
map: [ "enum.DamageStateVisualLayers.Base" ]
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: RandomSprite
available:
- enum.DamageStateVisualLayers.Base:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
components:
- type: Sprite
sprite: Objects/Materials/ingots.rsi
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: Item
sprite: Objects/Materials/ingots.rsi
size: Normal
Expand Down Expand Up @@ -59,7 +60,7 @@
reagents:
- ReagentId: Gold
Quantity: 10

DEATHB4DEFEAT marked this conversation as resolved.
Show resolved Hide resolved
- type: entity
parent: IngotGold
id: IngotGold1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
components:
- type: Sprite
sprite: Objects/Materials/materials.rsi
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: Item
sprite: Objects/Materials/materials.rsi
size: Normal
Expand Down Expand Up @@ -177,6 +178,7 @@
layers:
- state: durathread_3
map: ["base"]
scale: 1, 1 # Parkstation-SmallerMaterials - Durathread looks fine normally
- type: Appearance
- type: Construction
graph: Durathread
Expand Down Expand Up @@ -285,6 +287,7 @@
sprite: /Textures/Objects/Misc/monkeycube.rsi
state: cube
color: "#8A9A5B"
scale: 1, 1 # Parkstation-SmallerMaterials - Biomass looks fine normally
- type: GuideHelp
guides:
- Cloning
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- type: Sprite
sprite: Objects/Materials/parts.rsi
state: rods
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: Item
sprite: Objects/Materials/parts.rsi
- type: Tag
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- sprite: Objects/Materials/Shards/shard.rsi
state: shard1
map: [ "enum.DamageStateVisualLayers.Base" ]
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: RandomSprite
available:
- enum.DamageStateVisualLayers.Base:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
layers:
- state: bluespace_3
map: ["base"]
scale: 1, 1 # Parkstation-SmallerMaterials - Bluespace looks fine normally
- type: Appearance
- type: Material
- type: PhysicalComposition
Expand Down Expand Up @@ -51,6 +52,7 @@
- type: Sprite
sprite: Nyanotrasen/Objects/Materials/mothroach.rsi
state: mothroachhide
scale: 0.65, 0.65 # Parkstation-SmallerMaterials
- type: Tag
tags:
- MothroachHide
Loading