Skip to content

Commit

Permalink
Merge pull request #99 from Dalexiandr/Engineering/FloorTiles
Browse files Browse the repository at this point in the history
ПР №10 Таск Хавк (Шаттлы и генераторы)
  • Loading branch information
Lemirda authored May 15, 2024
2 parents 350b0fb + c6bce68 commit c460915
Show file tree
Hide file tree
Showing 8 changed files with 546 additions and 0 deletions.
504 changes: 504 additions & 0 deletions Resources/Prototypes/Andromeda/Evil Prototype's/tilemeister3000.yml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions Resources/Prototypes/Entities/Objects/Misc/tiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,11 @@
- FloorShuttleWhite
- type: Stack
stackType: FloorTileStackShuttleWhite
# A-13 shuttle tiles building start
- type: Construction
graph: TileShuttleSteel
node: steeltile
# A-13 shuttle tiles building end

- type: entity
name: blue shuttle floor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@
- BoozeDispenserMachineCircuitboard
- SodaDispenserMachineCircuitboard
- SpaceHeaterMachineCircuitBoard
- TileMeister3000Circuitboard # A-13 new TileMeister board
dynamicRecipes:
- ThermomachineFreezerMachineCircuitBoard
- HellfireFreezerMachineCircuitBoard
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions Resources/Textures/Andromeda/Evil/tilemeister3000.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprites by SadBrat3, code by EvilBug for Andromeda-13",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "building",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "icon"
},
{
"name": "panel"
},
{
"name": "unlit"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c460915

Please sign in to comment.