Skip to content
Open
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 tutorials/dictionary.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ A free tool many modders use for [reverse engineering](#reverse-engineering).

## .GMD Files

A file format for storing GD levels, popularized by [GDShare](https://github.com/HJfod/GDShare-mod/). The level data is stored in plain text as its [Plist data](#plist) with a surrounding `<d>` tag.
A file format for storing GD levels, popularized by [GDShare](https://github.com/HJfod/GDShare-mod/). The level data is stored in plain text as its [Plist data](#plist-files) with a surrounding `<d>` tag.

## .GMD2 Files

Expand Down