Adds warp points to make moving around the map for testing easier.

This commit is contained in:
Pieter-Jan Briers
2020-05-24 14:31:57 +02:00
parent 92f2ece654
commit 08c165c703
5 changed files with 181 additions and 0 deletions

View File

@@ -70,6 +70,7 @@
- showtime
- group
- addai
- warp
CanViewVar: true
CanAdminPlace: true
@@ -132,6 +133,7 @@
- saveconfig
- gc
- gc_mode
- warp
CanViewVar: true
CanAdminPlace: true
CanScript: true

View File

@@ -0,0 +1,18 @@
- type: entity
id: MarkerBase
abstract: true
components:
- type: Marker
- type: Clickable
- type: InteractionOutline
- type: Collidable
- type: Sprite
netsync: false
visible: false
sprite: Objects/markers.rsi
state: cross_blue
- type: Icon
sprite: Objects/markers.rsi
state: cross_blue

View File

@@ -0,0 +1,13 @@
- type: entity
id: WarpPoint
parent: MarkerBase
name: Warp Point
components:
- type: WarpPoint
- type: Sprite
state: cross_pink
- type: Icon
state: cross_pink