Skip to content

Commit

Permalink
Merge pull request #3554 from GrahammerTek/WeaponRetextures
Browse files Browse the repository at this point in the history
Update Gun Textures
  • Loading branch information
N7Huntsman authored Nov 19, 2024
2 parents 83edb3f + 70dfe26 commit 3ddcd64
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Patches/Core/ThingDefs_Misc/Weapons_Guns.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,15 +230,15 @@
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Gun_Autopistol"]/graphicData</xpath>
<value>
<drawSize>(0.95,0.95)</drawSize>
<drawSize>(0.9,0.9)</drawSize>
</value>
</Operation>

<Operation Class="PatchOperationAddModExtension">
<xpath>Defs/ThingDef[defName="Gun_Autopistol"]</xpath>
<value>
<li Class="CombatExtended.GunDrawExtension">
<DrawOffset>-0.03,-0.04</DrawOffset>
<DrawOffset>0.0,-0.04</DrawOffset>
</li>
</value>
</Operation>
Expand Down Expand Up @@ -291,15 +291,15 @@
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Gun_PumpShotgun"]/graphicData</xpath>
<value>
<drawSize>(1.1,1.1)</drawSize>
<drawSize>(1.2,1.2)</drawSize>
</value>
</Operation>

<Operation Class="PatchOperationAddModExtension">
<xpath>Defs/ThingDef[defName="Gun_PumpShotgun"]</xpath>
<value>
<li Class="CombatExtended.GunDrawExtension">
<DrawOffset>0.06,0.0</DrawOffset>
<DrawOffset>0.1,0.0</DrawOffset>
</li>
</value>
</Operation>
Expand Down Expand Up @@ -555,8 +555,8 @@
<xpath>Defs/ThingDef[defName="Gun_SniperRifle"]</xpath>
<value>
<li Class="CombatExtended.GunDrawExtension">
<DrawOffset>0.16,-0.025</DrawOffset>
<CasingOffset>-0.3,0.1</CasingOffset>
<DrawOffset>0.2,0.0</DrawOffset>
<CasingOffset>-0.1,0.04</CasingOffset>
</li>
</value>
</Operation>
Expand Down Expand Up @@ -679,8 +679,8 @@
<xpath>Defs/ThingDef[defName="Gun_HeavySMG"]</xpath>
<value>
<li Class="CombatExtended.GunDrawExtension">
<DrawOffset>-0.03,0.05</DrawOffset>
<CasingOffset>0.1,0</CasingOffset>
<DrawOffset>0.0,0.0</DrawOffset>
<CasingOffset>0.08,0.01</CasingOffset>
</li>
</value>
</Operation>
Expand Down
Binary file modified Textures/Things/Item/Equipment/WeaponRanged/HeavySMG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Textures/Things/Item/Equipment/WeaponRanged/Shotgun.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Textures/Things/Item/Equipment/WeaponRanged/SniperRifle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3ddcd64

Please sign in to comment.