-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gunk's invisibility and exit door softlock fixed
- Loading branch information
Timbles
committed
Dec 10, 2024
1 parent
edc5f2e
commit b848615
Showing
4 changed files
with
71 additions
and
48 deletions.
There are no files selected for viewing
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
Binary file not shown.
106 changes: 59 additions & 47 deletions
106
Data/Mods/constance_ouruin/Data/Levels/ouruin/creshome.xml
Large diffs are not rendered by default.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
Data/Mods/constance_ouruin/Data/Prototypes/CaveArena/Banner_Bars_nocoll.xml
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,11 @@ | ||
<?xml version="1.0" ?> | ||
<Object> | ||
<Model>Data/Prototypes/CaveArena/Models/Banner_Bars.obj</Model> | ||
<ColorMap>Data/Prototypes/CaveArena/Textures/Banner_Color.tga</ColorMap> | ||
<NormalMap>Data/Prototypes/CaveArena/Textures/Banner_Norm.tga</NormalMap> | ||
<TranslucencyMap>Data/Prototypes/CaveArena/Textures/Banner_Translucency.tga</TranslucencyMap> | ||
<WindMap>Data/Prototypes/CaveArena/Textures/Banner_Wind.tga</WindMap> | ||
<ShaderName>plant</ShaderName> | ||
<flags no_collision = "true"/> | ||
<MaterialPath>Data/Materials/default.xml</MaterialPath> | ||
</Object> |