Add SublimeText 3 project file.

This commit is contained in:
Taffer 2019-12-28 11:54:26 -05:00
parent 6ba59fc9c0
commit ac61a305ba
2 changed files with 10 additions and 0 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ screenshots/*
.DS_Store .DS_Store
sys.py/.* sys.py/.*
sys.py/*.db sys.py/*.db
launcher.sublime-workspace

9
launcher.sublime-project Normal file
View File

@ -0,0 +1,9 @@
{
"folders":
[
{
"path": ".",
"name": "GameShell launcher"
}
],
}