Fix certain prototypes' clickable bounds
This commit is contained in:
@@ -3,11 +3,6 @@
|
||||
name: "unpowered light"
|
||||
components:
|
||||
- type: Clickable
|
||||
bounds:
|
||||
south: 0.25,-0.5,0.75,0.5
|
||||
north: -0.25,-0.5,0.25,0.5
|
||||
east: -0.5,-0.5,0.5,0
|
||||
west: -0.5,0,0.5,0.5
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
- type: LoopingSound
|
||||
@@ -32,9 +27,6 @@
|
||||
id: Poweredlight
|
||||
parent: WallLight
|
||||
components:
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
- type: Sprite
|
||||
sprite: Constructible/Lighting/light_tube.rsi
|
||||
state: off
|
||||
@@ -54,8 +46,6 @@
|
||||
id: PoweredSmallLight
|
||||
parent: WallLight
|
||||
components:
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Sprite
|
||||
sprite: Constructible/Lighting/light_small.rsi
|
||||
state: off
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
name: "signal switch"
|
||||
components:
|
||||
- type: Clickable
|
||||
bounds:
|
||||
all: -0.25,-0.375,0.25,0.375
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
- type: Sprite
|
||||
@@ -24,8 +22,6 @@
|
||||
name: "signal button"
|
||||
components:
|
||||
- type: Clickable
|
||||
bounds:
|
||||
all: -0.25,-0.375,0.25,0.375
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
- type: Sprite
|
||||
|
||||
@@ -81,8 +81,6 @@
|
||||
texture: Objects/Tools/cable_coil.png
|
||||
- type: WirePlacer
|
||||
- type: Clickable
|
||||
bounds:
|
||||
all: -0.15,-0.15,0.15,0.15
|
||||
|
||||
- type: entity
|
||||
parent: CableStack1
|
||||
|
||||
Reference in New Issue
Block a user