diff --git a/Resources/Prototypes/dbg_rotationMarker.yml b/Resources/Prototypes/dbg_rotationMarker.yml deleted file mode 100644 index aaebd5848..000000000 --- a/Resources/Prototypes/dbg_rotationMarker.yml +++ /dev/null @@ -1,40 +0,0 @@ -- 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 diff --git a/Resources/Prototypes/dummy_entity.yml b/Resources/Prototypes/dummy_entity.yml deleted file mode 100644 index 973a4ccce..000000000 --- a/Resources/Prototypes/dummy_entity.yml +++ /dev/null @@ -1,4 +0,0 @@ -- type: entity - name: blank entity - id: BlankEntity - abstract: true