-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* GAGS-based camo pants, for digi & normal legs. * Refactors nonmodular edits out of pants & shorts Also renames camo_shorts to camo_pants to stay in-line with its sprite name & appearance. * Apply suggestions from code review --------- Co-authored-by: CliffracerX <[email protected]> Co-authored-by: Bloop <[email protected]>
- Loading branch information
1 parent
89e26d5
commit 2aea684
Showing
8 changed files
with
63 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+302 Bytes
(110%)
modular_nova/master_files/icons/mob/clothing/under/shorts_pants_shirts.dmi
Binary file not shown.
Binary file modified
BIN
+431 Bytes
(110%)
modular_nova/master_files/icons/mob/clothing/under/shorts_pants_shirts_digi.dmi
Binary file not shown.
Binary file modified
BIN
+135 Bytes
(110%)
modular_nova/master_files/icons/obj/clothing/under/shorts_pants_shirts.dmi
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
modular_nova/modules/GAGS/json_configs/pants_shorts_skirts_dresses/camo_pants.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"camopants": [ | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "camopants_camo1", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 1 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "camopants_camo2", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 2 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "camopants_camo3", | ||
"blend_mode": "overlay", | ||
"color_ids": [ 3 ] | ||
}, | ||
{ | ||
"type": "icon_state", | ||
"icon_state": "camopants_buckle", | ||
"blend_mode": "overlay" | ||
} | ||
] | ||
} |