Skip to content

Commit

Permalink
Fix templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Dec 18, 2024
1 parent fdff466 commit f37b799
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Guides/Material Editor Guide/shader_manifest_template.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest schema-ver="1">
<guid>{{Shader mod GUID}}</guid>
<!-- Example: <guid>my.shader.mod</guid> -->
<name>{{Shader mod name}}</name>
<!-- Example: <name>My Shader Mod</name> -->
<guid>{{Mod GUID}}</guid>
<!-- Example: <guid>my.mod</guid> -->
<name>{{Mod name}}</name>
<!-- Example: <name>My Mod</name> -->
<version>{{Mod version}}</version>
<!-- Example: <version>1.2.3</version> -->
<author>{{Mod author}}</author>
Expand Down
8 changes: 4 additions & 4 deletions Guides/UncensorSelector Guide/uncensor_manifest_template.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest schema-ver="1">
<guid>{{Shader mod GUID}}</guid>
<!-- Example: <guid>my.shader.mod</guid> -->
<name>{{Shader mod name}}</name>
<!-- Example: <name>My Shader Mod</name> -->
<guid>{{Mod GUID}}</guid>
<!-- Example: <guid>my.mod</guid> -->
<name>{{Mod name}}</name>
<!-- Example: <name>My Mod</name> -->
<version>{{Mod version}}</version>
<!-- Example: <version>1.2.3</version> -->
<author>{{Mod author}}</author>
Expand Down

0 comments on commit f37b799

Please sign in to comment.