Fixes for grid rotation (#4562)
* Fixes gas overlays * Fixes verbs *Set noRot on a bunch of stuff
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
parent: BaseStructureDynamic
|
||||
abstract: true
|
||||
components:
|
||||
- type: Transform
|
||||
noRot: true
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
bodyType: Dynamic
|
||||
@@ -19,6 +21,7 @@
|
||||
- SmallImpassable
|
||||
- VaultImpassable
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
sprite: Structures/Furniture/potted_plants.rsi
|
||||
- type: PottedPlantHide
|
||||
- type: SecretStash
|
||||
|
||||
@@ -4,7 +4,10 @@
|
||||
name: closet
|
||||
description: A standard-issue Nanotrasen storage unit.
|
||||
components:
|
||||
- type: Transform
|
||||
noRot: true
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
netsync: false
|
||||
sprite: Structures/Storage/closet.rsi
|
||||
layers:
|
||||
|
||||
@@ -5,7 +5,10 @@
|
||||
name: crate
|
||||
description: A large container for items.
|
||||
components:
|
||||
- type: Transform
|
||||
noRot: true
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
netsync: false
|
||||
sprite: Structures/Storage/Crates/generic.rsi
|
||||
layers:
|
||||
|
||||
Reference in New Issue
Block a user