ThingCategoryDef iconPath 추가

This commit is contained in:
Cocopomel 2021-12-31 01:42:00 +09:00
parent 457329458c
commit a94add2421
9 changed files with 6 additions and 3 deletions

View File

@ -4,6 +4,7 @@
<defName>PN_Fuel</defName> <defName>PN_Fuel</defName>
<label>Automaton Fuel</label> <label>Automaton Fuel</label>
<parent>Drugs</parent> <parent>Drugs</parent>
<iconPath>UI/Icons/PNCT_PNFuel</iconPath>
</ThingCategoryDef> </ThingCategoryDef>
<!--==================================== 오토마톤 연료 ====================================--> <!--==================================== 오토마톤 연료 ====================================-->

View File

@ -18,6 +18,7 @@
<defName>PN_BodyPartsAutomaton</defName> <defName>PN_BodyPartsAutomaton</defName>
<label>Automaton</label> <label>Automaton</label>
<parent>BodyParts</parent> <parent>BodyParts</parent>
<iconPath>Things/Item/Health/HealthItem</iconPath>
</ThingCategoryDef> </ThingCategoryDef>
<ThingDef Name="PN_BodyPartBase" Abstract="True"> <ThingDef Name="PN_BodyPartBase" Abstract="True">

View File

@ -4,7 +4,7 @@
<defName>PN_AutomatonCatagory</defName> <defName>PN_AutomatonCatagory</defName>
<label>PnL Industry</label> <label>PnL Industry</label>
<parent>Manufactured</parent> <parent>Manufactured</parent>
<iconPath>UI/Icons/ThingCategories/Manufactured</iconPath> <iconPath>UI/Icons/PNCT_PnL</iconPath>
</ThingCategoryDef> </ThingCategoryDef>
<!--==================================== 미완성 오토마톤 ====================================--> <!--==================================== 미완성 오토마톤 ====================================-->
@ -191,7 +191,7 @@
<defName>PNKit</defName> <defName>PNKit</defName>
<label>Repair kit</label> <label>Repair kit</label>
<parent>PN_AutomatonCatagory</parent> <parent>PN_AutomatonCatagory</parent>
<iconPath>UI/Icons/ThingCategories/Medicine</iconPath> <iconPath>UI/Icons/PNCT_PNRepairkit</iconPath>
</ThingCategoryDef> </ThingCategoryDef>
<ThingDef ParentName="ResourceBase"> <ThingDef ParentName="ResourceBase">

View File

@ -10,6 +10,7 @@
<defName>PNApparelModule</defName> <defName>PNApparelModule</defName>
<label>Automaton Module</label> <label>Automaton Module</label>
<parent>PN_AutomatonCatagory</parent> <parent>PN_AutomatonCatagory</parent>
<iconPath>Things/Item/PNModuleIndustrial</iconPath>
</ThingCategoryDef> </ThingCategoryDef>
<ThingDef Name="PN_ApparelModuleBase" ParentName="ApparelNoQualityBase" Abstract="True"> <ThingDef Name="PN_ApparelModuleBase" ParentName="ApparelNoQualityBase" Abstract="True">

View File

@ -6,7 +6,7 @@
<defName>PN_Shell</defName> <defName>PN_Shell</defName>
<label>PnL Shell</label> <label>PnL Shell</label>
<parent>PN_AutomatonCatagory</parent> <parent>PN_AutomatonCatagory</parent>
<iconPath>UI/Icons/ThingCategories/Manufactured</iconPath> <iconPath>UI/Icons/PNCT_PNShell</iconPath>
</ThingCategoryDef> </ThingCategoryDef>
<ThingDef ParentName="ResourceBase" Name="PN_ShellBase" Abstract="True"> <ThingDef ParentName="ResourceBase" Name="PN_ShellBase" Abstract="True">

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB