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