Skip to content

Commit

Permalink
asset
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed Mar 5, 2024
1 parent c7a8a0c commit e676739
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
27 changes: 3 additions & 24 deletions code/game/objects/effects/decals/turfdecal/flooring_decals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1110,29 +1110,8 @@ TURF_DECAL_COLOR_HELPER(transparent/inteqbrown, "#4b2a18", 140)
//SUNS

/obj/effect/turf_decal/suns
icon = 'icons/obj/solgov_floor.dmi'
icon = 'icons/turf/decals/suns_floor.dmi'
icon_state = "top-left"

/obj/effect/turf_decal/suns/top
icon_state = "top-center"

/obj/effect/turf_decal/suns/top_right
icon_state = "top-right"

/obj/effect/turf_decal/suns/center_left
icon_state = "center-left"

/obj/effect/turf_decal/suns/center
icon_state = "center"

/obj/effect/turf_decal/suns/center_right
icon_state = "center-right"

/obj/effect/turf_decal/suns/bottom_left
icon_state = "bottom-left"

/obj/effect/turf_decal/suns/bottom_center
icon_state = "bottom-center"

/obj/effect/turf_decal/suns/bottom_right
icon_state = "bottom-right"
/obj/effect/turf_decal/suns/line
icon_state = "suns_border"
1 change: 0 additions & 1 deletion code/game/objects/items/stacks/tiles/tile_suns.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
turf_type =

Check failure on line 3 in code/game/objects/items/stacks/tiles/tile_suns.dm

View workflow job for this annotation

GitHub Actions / Run Linters

Check Regex

superflous whitespace added to here, remove or update check_regex.yml
tile_reskin_types = list()


/obj/item/stack/tile/suns/dark

0 comments on commit e676739

Please sign in to comment.