Adds warp points to make moving around the map for testing easier.
This commit is contained in:
@@ -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
|
||||
|
||||
18
Resources/Prototypes/Entities/Markers/marker_base.yml
Normal file
18
Resources/Prototypes/Entities/Markers/marker_base.yml
Normal 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
|
||||
|
||||
13
Resources/Prototypes/Entities/Markers/warp_point.yml
Normal file
13
Resources/Prototypes/Entities/Markers/warp_point.yml
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user