generated from atampy25/smf-mod
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add special case for being infected (#1)
- Loading branch information
1 parent
5c5f791
commit 172afde
Showing
11 changed files
with
162 additions
and
23 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"tempHash": "007DF361D5B7606D", | ||
"tbluHash": "003EEA6770CDD15B", | ||
"patch": [ | ||
{ | ||
"SubEntityOperation": [ | ||
"56d20ad19e891ab1", | ||
{ | ||
"AddEventConnection": [ | ||
"OnPlayerRemoved", | ||
"SetInfected", | ||
{ | ||
"ref": { | ||
"ref": "cafef77f80f5f691", | ||
"externalScene": "[assembly:/_pro/scenes/bricks/gameessentialsbase.brick].pc_entitytype" | ||
}, | ||
"value": { | ||
"type": "bool", | ||
"value": false | ||
} | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"SubEntityOperation": [ | ||
"56d20ad19e891ab1", | ||
{ | ||
"AddEventConnection": [ | ||
"OnPlayerAdded", | ||
"SetInfected", | ||
{ | ||
"ref": { | ||
"ref": "cafef77f80f5f691", | ||
"externalScene": "[assembly:/_pro/scenes/bricks/gameessentialsbase.brick].pc_entitytype" | ||
}, | ||
"value": { | ||
"type": "bool", | ||
"value": true | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"patchVersion": 6 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<DOMSymbolItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ns.adobe.com/xfl/2008/" name="Tween 1" itemID="65d37a5c-0000013a" symbolType="graphic" lastModified="1708358236"> | ||
<timeline> | ||
<DOMTimeline name="Tween 1" layerDepthEnabled="true"> | ||
<layers> | ||
<DOMLayer name="Layer_1" color="#00FFFF" current="true" isSelected="true"> | ||
<frames> | ||
<DOMFrame index="0" keyMode="9728"> | ||
<elements> | ||
<DOMShape selected="true" isDrawingObject="true"> | ||
<matrix> | ||
<Matrix tx="-13.3" ty="-90.05"/> | ||
</matrix> | ||
<fills> | ||
<FillStyle index="1"> | ||
<SolidColor color="#FA000E"/> | ||
</FillStyle> | ||
</fills> | ||
<edges> | ||
<Edge fillStyle1="1" edges="!21 22|511 22!511 22|511 3581!511 3581|21 3581!21 3581|21 22"/> | ||
<Edge cubics="!21 22(;21,22 511,22 511,22q21 22 511 22);"/> | ||
<Edge cubics="!511 22(;511,22 511,3581 511,3581q511 22 511 3581);"/> | ||
<Edge cubics="!511 3581(;511,3581 21,3581 21,3581q511 3581 21 3581);"/> | ||
<Edge cubics="!21 3581(;21,3581 21,22 21,22q21 3581 21 22);"/> | ||
</edges> | ||
</DOMShape> | ||
</elements> | ||
</DOMFrame> | ||
</frames> | ||
</DOMLayer> | ||
</layers> | ||
</DOMTimeline> | ||
</timeline> | ||
</DOMSymbolItem> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters