Basic rotatable component (#416)

* Basic rotatable component

* Added counter-clockwise verb

* RegisterIgnore
This commit is contained in:
DamianX
2019-11-06 17:22:26 +01:00
committed by Pieter-Jan Briers
parent e8679d9308
commit 4720353fa2
4 changed files with 80 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
name: White Office Chair
id: chairOfficeLight
components:
- type: Rotatable
- type: Clickable
- type: Collidable
- type: Sprite
@@ -29,6 +30,7 @@
name: Dark Office Chair
id: chairOfficeDark
components:
- type: Rotatable
- type: Clickable
- type: Collidable
- type: Sprite

View File

@@ -2,6 +2,9 @@
id: VendingMachine
name: vending machine
components:
- type: Physics
Anchored: true
- type: Rotatable
- type: Clickable
- type: Sprite
sprite: Buildings/VendingMachines/empty.rsi