Skip to content

Commit

Permalink
borg textures fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kit0vras committed Mar 24, 2024
1 parent a6b04b8 commit d405e2f
Show file tree
Hide file tree
Showing 19 changed files with 14 additions and 93 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
suffix: Хлам
components:
- type: Sprite
sprite: SS220/Structures/Specific/BrokenBorgs/robot.rsi
sprite: SS220/Structures/Specific/brokenborgs.rsi
state: robot
- type: Transform
anchored: true
Expand Down Expand Up @@ -54,7 +54,6 @@
name: разрушенный киборг
components:
- type: Sprite
sprite: SS220/Structures/Specific/BrokenBorgs/robot.rsi
state: robot
- type: Construction
graph: BrokenBorg
Expand All @@ -66,7 +65,6 @@
name: разрушенный киборг-инженер
components:
- type: Sprite
sprite: SS220/Structures/Specific/BrokenBorgs/engineer.rsi
state: engineer
- type: Construction
graph: BrokenBorg
Expand All @@ -78,7 +76,6 @@
name: разрушенный киборг-уборщик
components:
- type: Sprite
sprite: SS220/Structures/Specific/BrokenBorgs/janitor.rsi
state: janitor
- type: Construction
graph: BrokenBorg
Expand All @@ -90,7 +87,6 @@
name: разрушенный киборг-доктор
components:
- type: Sprite
sprite: SS220/Structures/Specific/BrokenBorgs/medical.rsi
state: medical
- type: Construction
graph: BrokenBorg
Expand All @@ -102,7 +98,6 @@
name: разрушенный киборг-шахтёр
components:
- type: Sprite
sprite: SS220/Structures/Specific/BrokenBorgs/miner.rsi
state: miner
- type: Construction
graph: BrokenBorg
Expand All @@ -114,7 +109,6 @@
name: разрушенный киборг-официант
components:
- type: Sprite
sprite: SS220/Structures/Specific/BrokenBorgs/service.rsi
state: service
- type: Construction
graph: BrokenBorg
Expand Down
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,23 @@
"y": 32
},
"states": [
{
"name": "robot"
},
{
"name": "engineer"
},
{
"name": "no_cable"
"name": "medical"
},
{
"name": "janitor"
},
{
"name": "miner"
},
{
"name": "service"
}
]
}

0 comments on commit d405e2f

Please sign in to comment.