From d978641db224f443003555d3ab3a15d18c9d9d49 Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Thu, 15 Apr 2021 23:25:32 +0200 Subject: [PATCH] Add debug rotation marker prototypes They used to live in the engine, before. --- .../Entities/Debugging/rotation_marker.yml | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Resources/Prototypes/Entities/Debugging/rotation_marker.yml diff --git a/Resources/Prototypes/Entities/Debugging/rotation_marker.yml b/Resources/Prototypes/Entities/Debugging/rotation_marker.yml new file mode 100644 index 0000000000..aaebd5848f --- /dev/null +++ b/Resources/Prototypes/Entities/Debugging/rotation_marker.yml @@ -0,0 +1,40 @@ +- type: entity + id: debugRotation1 + name: dbg_rotation1 + components: + - type: Clickable + - type: InteractionOutline + - type: Sprite + netsync: false + visible: true + sprite: debugRotation.rsi + state: direction1 + placement: + mode: AlignTileAny + +- type: entity + id: debugRotation4 + name: dbg_rotation4 + components: + - type: Clickable + - type: InteractionOutline + - type: Sprite + netsync: false + visible: true + sprite: debugRotation.rsi + state: direction4 + placement: + mode: AlignTileAny + +- type: entity + id: debugRotationTex + name: dbg_rotationTex + components: + - type: Clickable + - type: InteractionOutline + - type: Sprite + netsync: false + visible: true + texture: debugRotation.rsi/direction1.png + placement: + mode: AlignTileAny \ No newline at end of file