Skip to content

Commit

Permalink
Merge pull request #27 from Paxilmaniac/clayworks
Browse files Browse the repository at this point in the history
adds sprites for clay stuff to the code
  • Loading branch information
Paxilmaniac authored Jul 16, 2024
2 parents 42c3e02 + 3a9d88a commit 3c1499b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/client/preferences/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
return assoc_to_keys_features(SSaccessories.underwear_list)

/datum/preference/choiced/underwear/create_default_value()
return /datum/sprite_accessory/underwear/nude
return /datum/sprite_accessory/underwear/nude::name

/datum/preference/choiced/underwear/icon_for(value)
var/static/icon/lower_half
Expand Down
Binary file added icons/obj/fantasystation_obj/clay.dmi
Binary file not shown.
Binary file added icons/obj/fantasystation_obj/walls/mud.dmi
Binary file not shown.
Binary file added icons/obj/fantasystation_obj/walls/mud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions icons/obj/fantasystation_obj/walls/mud.png.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
output_name = "mud"
template = "bitmask/diagonal_32x32.toml"

[icon_size]
x = 32
y = 32

[output_icon_size]
x = 32
y = 32

[cut_pos]
x = 16
y = 8

0 comments on commit 3c1499b

Please sign in to comment.