Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/project-system/what-is-it.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This provides several benefits:
- GML code edits can be preserved in plaintext, rather than always being re-decompiled. Comments work!
- File corruption isn't quite as disastrous.
- Modded assets can be edited outside of UndertaleModTool, in JSON format (or image/sound formats).
- If you're lucky, mods can be compatible across multiple game versions.
- If you're lucky, mods can be compatible across multiple game versions and can even be combined!

Want to get started? [See the basic setup instructions here](../getting-started/).

Expand Down
Loading