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

View File

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

View File

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