Initial Commit

This commit is contained in:
Nighthawk
2023-05-21 13:11:32 -04:00
parent 13bb2794b1
commit ac602b04be
4541 changed files with 26150 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
*.bak
.vscode/settings.json
Prompts.txt
Idea.txt
data/data_old.7z
*.pyc
+3
View File
@@ -0,0 +1,3 @@
Copyright © 2023 LucasFilms Ltd. and The Walt Disney Company. All rights reserved.
This project contains assets and uses content owned by LucasFilms Ltd. and The Walt Disney Company. They are the exclusive owners of all rights in and of this work, including but not limited to copyright, trademark, and any other intellectual property rights related thereto.
+3 -2
View File
@@ -1,2 +1,3 @@
# PyYoda
A recreation of the classic Desktop Adventure game Yoda Stories in Python.
# PyYoda+
PyYoda is a recreation of LucasArt's classic "Desktop Adventure" game Yoda Stories in Python.
+12
View File
@@ -0,0 +1,12 @@
{
"automappingRulesFile": "",
"commands": [
],
"compatibilityVersion": 1100,
"extensionsPath": "extensions",
"folders": [
"."
],
"propertyTypes": [
]
}
+184
View File
@@ -0,0 +1,184 @@
{
"activeFile": "maps/111/tiled.tmx",
"expandedProjectPaths": [
"maps/106",
"maps/101",
"maps/1",
"maps",
"maps/102",
"maps/104",
"maps/111",
"tiles",
"maps/0",
".",
"maps/109",
"maps/10",
"maps/103",
"maps/107",
"maps/108",
"maps/105",
"maps/100",
"maps/11",
"maps/110"
],
"fileStates": {
"Yoda_Stories_Tiles.tsx": {
"dynamicWrapping": false,
"scaleInDock": 1,
"scaleInEditor": 1
},
"maps/0/tiled.tmx": {
"scale": 1,
"selectedLayer": 0,
"viewCenter": {
"x": 323,
"y": 195
}
},
"maps/1/tiled.tmx": {
"scale": 2.96875,
"selectedLayer": 0,
"viewCenter": {
"x": 144,
"y": 143.66315789473686
}
},
"maps/10/tiled.tmx": {
"scale": 1.484375,
"selectedLayer": 0,
"viewCenter": {
"x": 288,
"y": 288
}
},
"maps/100/tiled.tmx": {
"scale": 1.484375,
"selectedLayer": 0,
"viewCenter": {
"x": 288,
"y": 288
}
},
"maps/101/tiled.tmx": {
"scale": 1.484375,
"selectedLayer": 0,
"viewCenter": {
"x": 288.33684210526314,
"y": 288.33684210526314
}
},
"maps/102/tiled.tmx": {
"scale": 1.484375,
"selectedLayer": 0,
"viewCenter": {
"x": 288,
"y": 288
}
},
"maps/103/tiled.tmx": {
"scale": 1.484375,
"selectedLayer": 0,
"viewCenter": {
"x": 288,
"y": 288
}
},
"maps/104/tiled.tmx": {
"scale": 1.484375,
"selectedLayer": 0,
"viewCenter": {
"x": 288,
"y": 288
}
},
"maps/105/tiled.tmx": {
"scale": 1.484375,
"selectedLayer": 0,
"viewCenter": {
"x": 288,
"y": 288
}
},
"maps/106/tiled.tmx": {
"scale": 1.484375,
"selectedLayer": 0,
"viewCenter": {
"x": 286.9894736842105,
"y": 286.98947368421057
}
},
"maps/107/tiled.tmx": {
"scale": 1.484375,
"selectedLayer": 0,
"viewCenter": {
"x": 288,
"y": 288
}
},
"maps/108/tiled.tmx": {
"scale": 1.484375,
"selectedLayer": 0,
"viewCenter": {
"x": 288,
"y": 288
}
},
"maps/109/tiled.tmx": {
"scale": 1.484375,
"selectedLayer": 0,
"viewCenter": {
"x": 288,
"y": 288
}
},
"maps/11/tiled.tmx": {
"scale": 1.484375,
"selectedLayer": 0,
"viewCenter": {
"x": 288,
"y": 288
}
},
"maps/110/tiled.tmx": {
"scale": 1.484375,
"selectedLayer": 0,
"viewCenter": {
"x": 288,
"y": 288
}
},
"maps/111/tiled.tmx": {
"scale": 2.96875,
"selectedLayer": 0,
"viewCenter": {
"x": 22.56842105263157,
"y": 14.652631578947378
}
},
"tiles/Yoda Stories.tsx": {
"dynamicWrapping": true,
"scaleInDock": 1,
"scaleInEditor": 1
}
},
"last.exportedFilePath": "C:/Users/Nighthawk/Desktop",
"map.lastUsedExportFilter": "CSV files (*.csv)",
"openFiles": [
"maps/111/tiled.tmx"
],
"project": "Yoda_Stories.tiled-project",
"recentFiles": [
"maps/111/tiled.tmx",
"maps/110/tiled.tmx",
"maps/11/tiled.tmx",
"maps/109/tiled.tmx",
"maps/108/tiled.tmx",
"maps/107/tiled.tmx",
"maps/105/tiled.tmx",
"maps/104/tiled.tmx",
"maps/103/tiled.tmx",
"maps/102/tiled.tmx",
"maps/100/tiled.tmx",
"maps/10/tiled.tmx"
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Some files were not shown because too many files have changed in this diff Show More