Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tips for noobs setting up .tiled folder (python scripts) #2725

Closed
wants to merge 1 commit into from
Closed
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
6 changes: 5 additions & 1 deletion docs/manual/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ platform.
For the scripts to get loaded, they should be placed in ``~/.tiled``.
Tiled watches this directory for changes, so there is no need to restart
Tiled after adding or changing scripts (though the directory needs to
exist when you start Tiled).
exist when you start Tiled). On linux .tiled is considered a hidden file, use
Ctrl+H to show hidden files. On Windows 7 to make a .tiled folder (or a folder
starting with a dot) you will have to open command promp (cmd.exe) this should
start in your home folder by default, then type "mkdir .tiled" without the quotes
to create the folder.

There are several `example scripts`_ available in the repository.

Expand Down