Skip to content

Commit

Permalink
Re-sprite light floor (#1583)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Респрайт старейшего светящегося пола для дискачей

## Почему это хорошо для игры
Старый спрайт был настолько плох, что этот явно хуже не сделает

## Изображения изменений

https://github.com/user-attachments/assets/439de539-e594-4fad-b935-50f25347b7ac

## Changelog

:cl:
imageadd: Светящийся пол обзавёлся новым спрайтом
/:cl:
  • Loading branch information
AyIong authored Oct 9, 2024
1 parent c6806c3 commit b5f5a50
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modular_ss220/aesthetics/floors/code/floors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
icon_state = "smooth"

// MARK: LIGHT FLOORS
/turf/simulated/floor/light
icon = 'icons/turf/floors.dmi'
/obj/item/stack/light_w
icon = 'modular_ss220/aesthetics/floors/icons/tiles.dmi'

/turf/simulated/floor/light/red
color = "#f23030"
Expand Down
Binary file modified modular_ss220/aesthetics/floors/icons/floors.dmi
Binary file not shown.
Binary file modified modular_ss220/aesthetics/floors/icons/tiles.dmi
Binary file not shown.

0 comments on commit b5f5a50

Please sign in to comment.