Add basic handheld GPS (#6896)

Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
Fishfish458
2022-02-25 23:59:20 -06:00
committed by GitHub
parent 44d5d41d60
commit 6b7379dad0
10 changed files with 135 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
- type: entity
name: global positioning system
parent: BaseItem
id: HandheldGPSBasic
description: Helping lost spacemen find their way through the planets since 2016.
components:
- type: Sprite
sprite: Objects/Devices/gps.rsi
netsync: false
layers:
- state: icon
- state: active
- type: Item
sprite: Objects/Devices/gps.rsi
state: icon
- type: HandheldGPS

View File

@@ -64,6 +64,7 @@
- Shovel
- Spade
- CableStack
- HandheldGPSBasic
- type: Appearance
visuals:
- type: AutolatheVisualizer