Removes nonfunctional turrets (#2154)
This commit is contained in:
@@ -1,44 +0,0 @@
|
||||
- type: entity
|
||||
id: TurretBase
|
||||
name: turret base
|
||||
#may have to change later
|
||||
description: That is a turret
|
||||
components:
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
- type: Sprite
|
||||
texture: Constructible/Misc/TurrBase.png
|
||||
|
||||
|
||||
- type: entity
|
||||
id: TurretTopGun
|
||||
name: turret (gun)
|
||||
#May change later
|
||||
description: That is a turret
|
||||
components:
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
- type: Sprite
|
||||
drawdepth: WallMountedItems
|
||||
texture: Constructible/Misc/TurrTop.png
|
||||
directional: false
|
||||
|
||||
|
||||
- type: entity
|
||||
id: TurretTopLight
|
||||
name: turret (light)
|
||||
components:
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
- type: Sprite
|
||||
drawdepth: WallMountedItems
|
||||
texture: Constructible/Misc/TurrLamp.png
|
||||
directional: false
|
||||
|
||||
- type: PointLight
|
||||
radius: 512
|
||||
mask: flashlight_mask
|
||||
autoRot: true
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user