Basic rotatable component (#416)
* Basic rotatable component * Added counter-clockwise verb * RegisterIgnore
This commit is contained in:
committed by
Pieter-Jan Briers
parent
e8679d9308
commit
4720353fa2
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user