Skip to content

Commit

Permalink
actually fix physical props for MAS
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Mar 10, 2023
1 parent a6e3913 commit 61c1245
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions KerbalVR_Mod/GameData/KerbalVR/Props/PhysicalProps.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

// intended to target ASET/ASET_Props/Misc/BigBag
@PROP[BigBag*|MAS_BigBag*]:HAS[@MODULE[JSIPropTextureShift]:HAS[#transformToShift[BigBagPlateObj]]]
@PROP[BigBag*|MAS_BigBag*]
{
MODULE
{
Expand All @@ -33,7 +33,7 @@
}

// intended to target ASET/ASET_Props/Misc/CrewManual01
@PROP[CrewManual*|MAS_CrewManual]:HAS[@MODULE[JSILabel]:HAS[#transformName[SideManualNameObj]]]
@PROP[CrewManual*|MAS_CrewManual*]
{
MODULE
{
Expand Down Expand Up @@ -73,7 +73,7 @@
}

// ASET/ASET_Props/Misc/MediumBag
@PROP[MediumBag_*|MAS_MediumBag*]:HAS[@MODULE[JSIPropTextureShift]:HAS[#transformToShift[MediumBagLableObj1]]]
@PROP[MediumBag_*|MAS_MediumBag*]
{
MODULE
{
Expand Down

0 comments on commit 61c1245

Please sign in to comment.