Fix certain prototypes' clickable bounds

This commit is contained in:
Víctor Aguilera Puerto
2020-09-01 16:16:29 +02:00
parent 850586d3d7
commit 2d92432830
3 changed files with 0 additions and 16 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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