Skip to content

Commit

Permalink
Added new signs
Browse files Browse the repository at this point in the history
  • Loading branch information
JTJutajoh committed Aug 13, 2021
1 parent 9d061d5 commit db12a89
Show file tree
Hide file tree
Showing 15 changed files with 386 additions and 190 deletions.
14 changes: 14 additions & 0 deletions Defs/Designations/CommentDummyDesignation.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>

<!-- placed when a Comment thing is build over fog of war.
Looks exactly like a comment and is drawn over fog since it's a designation-->
<DesignationDef>
<defName>CommentDummy</defName>
<texturePath>Things/Buildings/Signs/Comment</texturePath>
<targetType>Cell</targetType>
<removeIfBuildingDespawned>true</removeIfBuildingDespawned>
<designateCancelable>false</designateCancelable>
</DesignationDef>

</Defs>
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<Defs>

<DesignationDef>
<defName>CommentDummy</defName>
<defName>Comment_Designator</defName>
<label>Comment</label>
<texturePath>Things/Buildings/Signs/Comment</texturePath>
<targetType>Cell</targetType>
<removeIfBuildingDespawned>true</removeIfBuildingDespawned>
<designateCancelable>false</designateCancelable>
</DesignationDef>

</Defs>
Loading

0 comments on commit db12a89

Please sign in to comment.