mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
Add tiled project file for test maps/tilesets
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,6 @@
|
||||
# Tiled Session file from using a project file
|
||||
*.tiled-session
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
10
tests/test_data/tests.tiled-project
Normal file
10
tests/test_data/tests.tiled-project
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"automappingRulesFile": "",
|
||||
"commands": [
|
||||
],
|
||||
"extensionsPath": "extensions",
|
||||
"folders": [
|
||||
"."
|
||||
],
|
||||
"objectTypesFile": ""
|
||||
}
|
||||
Reference in New Issue
Block a user