Skip to content

Commit

Permalink
Here we go
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Dec 3, 2023
1 parent b18350d commit ff739c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modular_ss220/aesthetics/floors/code/floors.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
/turf/simulated/floor
icon = 'modular_ss220/aesthetics/floors/icons/floors.dmi'

/turf/simulated/floor/plasteel/dark
icon_state = "dark"

// WOODEN FLOORS
/turf/simulated/floor/wood
icon = 'modular_ss220/aesthetics/floors/icons/wooden.dmi'

/turf/simulated/floor/wood/oak
icon_state = "wood-oak"
floor_tile = /obj/item/stack/tile/wood/oak
Expand Down
Binary file modified modular_ss220/aesthetics/floors/icons/floors.dmi
Binary file not shown.
Binary file added modular_ss220/aesthetics/floors/icons/wooden.dmi
Binary file not shown.

0 comments on commit ff739c4

Please sign in to comment.