Removes nonfunctional turrets (#2154)

This commit is contained in:
Swept
2020-09-30 10:44:11 +00:00
committed by GitHub
parent 898744f4a9
commit 155882f469
4 changed files with 0 additions and 44 deletions

View File

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