neelthee-mansion 3.21.7__py3-none-any.whl → 3.21.9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- neelthee_mansion/Mansion_of_Amnesia.py +2 -2
- {neelthee_mansion-3.21.7.dist-info → neelthee_mansion-3.21.9.dist-info}/METADATA +1 -1
- {neelthee_mansion-3.21.7.dist-info → neelthee_mansion-3.21.9.dist-info}/RECORD +7 -7
- {neelthee_mansion-3.21.7.dist-info → neelthee_mansion-3.21.9.dist-info}/LICENSE.md +0 -0
- {neelthee_mansion-3.21.7.dist-info → neelthee_mansion-3.21.9.dist-info}/WHEEL +0 -0
- {neelthee_mansion-3.21.7.dist-info → neelthee_mansion-3.21.9.dist-info}/entry_points.txt +0 -0
- {neelthee_mansion-3.21.7.dist-info → neelthee_mansion-3.21.9.dist-info}/top_level.txt +0 -0
@@ -1129,14 +1129,14 @@ def initializer():
|
|
1129
1129
|
height_entry.delete(0, tk.END)
|
1130
1130
|
height_entry.insert(0, selected_character['height'])
|
1131
1131
|
weight_entry.delete(0, tk.END)
|
1132
|
-
weight_entry.insert(0, selected_character['weight'])
|
1132
|
+
weight_entry.insert(0, selected_character['weight(LBs)'])
|
1133
1133
|
character_window.destroy()
|
1134
1134
|
|
1135
1135
|
def show_premade_characters():
|
1136
1136
|
global character_window, character_listbox
|
1137
1137
|
character_window = tk.Toplevel(root)
|
1138
1138
|
character_window.title("Select Premade Character")
|
1139
|
-
character_listbox = tk.Listbox(character_window)
|
1139
|
+
character_listbox = tk.Listbox(character_window, width=50)
|
1140
1140
|
for character in CHARACTERSLIST:
|
1141
1141
|
character_info = f"Name: {character['name']}, Age: {character['age']}, Height: {character['height']}, Weight: {character['weight(LBs)']} LBs"
|
1142
1142
|
character_listbox.insert(tk.END, character_info)
|
@@ -1,5 +1,5 @@
|
|
1
1
|
neelthee_mansion/Books.py,sha256=Zs6GOi12vrikne-E37LdrLNRb6CyUogOCDApDGFj6Ls,26168
|
2
|
-
neelthee_mansion/Mansion_of_Amnesia.py,sha256=
|
2
|
+
neelthee_mansion/Mansion_of_Amnesia.py,sha256=nqaQEZ8ZK8nsvd5zdsBzdueedR4TktG6tflwMdrNe0c,54253
|
3
3
|
neelthee_mansion/Quests.py,sha256=pUlru2RugP57MACQORZaF_X9lsbefTdPYTSO474phgo,2791
|
4
4
|
neelthee_mansion/Rooms.py,sha256=CgenMX9ssTCWbDFopX6GHhNDnRYF5MpaDufWvt5fPwU,86025
|
5
5
|
neelthee_mansion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -8,9 +8,9 @@ neelthee_mansion/all_game_utils.py,sha256=AasunTkFmgAqt9ZIoYmymi4R7leBe4ubW-C1ts
|
|
8
8
|
neelthee_mansion/creatures.py,sha256=vUR8PmdiftCFBCGJbHkCT4AMUPvqwouDGQ4ye2fiPCw,20910
|
9
9
|
neelthee_mansion/items.py,sha256=--DtMCZrurDAe3S-gB5DXAul_kmG9BGB0QmBY2-Fphc,6383
|
10
10
|
neelthee_mansion/utils.py,sha256=GaCkein6dppeufYfBMk59gHAE2b4p9TJW2MsRjyyFvQ,13702
|
11
|
-
neelthee_mansion-3.21.
|
12
|
-
neelthee_mansion-3.21.
|
13
|
-
neelthee_mansion-3.21.
|
14
|
-
neelthee_mansion-3.21.
|
15
|
-
neelthee_mansion-3.21.
|
16
|
-
neelthee_mansion-3.21.
|
11
|
+
neelthee_mansion-3.21.9.dist-info/LICENSE.md,sha256=CV8XGZaCyyAMdbkYFQUjb8AjBq9vkoyqdZCq1_hetms,1105
|
12
|
+
neelthee_mansion-3.21.9.dist-info/METADATA,sha256=349WKkMcLwHywjpMItBYciB0VWfs4-vagMCvBDYS2p4,1756
|
13
|
+
neelthee_mansion-3.21.9.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
14
|
+
neelthee_mansion-3.21.9.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
|
15
|
+
neelthee_mansion-3.21.9.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
|
16
|
+
neelthee_mansion-3.21.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|