neelthee-mansion 3.23.14__py3-none-any.whl → 3.23.16__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 -5
- {neelthee_mansion-3.23.14.dist-info → neelthee_mansion-3.23.16.dist-info}/METADATA +1 -1
- {neelthee_mansion-3.23.14.dist-info → neelthee_mansion-3.23.16.dist-info}/RECORD +7 -7
- {neelthee_mansion-3.23.14.dist-info → neelthee_mansion-3.23.16.dist-info}/LICENSE.md +0 -0
- {neelthee_mansion-3.23.14.dist-info → neelthee_mansion-3.23.16.dist-info}/WHEEL +0 -0
- {neelthee_mansion-3.23.14.dist-info → neelthee_mansion-3.23.16.dist-info}/entry_points.txt +0 -0
- {neelthee_mansion-3.23.14.dist-info → neelthee_mansion-3.23.16.dist-info}/top_level.txt +0 -0
@@ -439,7 +439,7 @@ def show_map():
|
|
439
439
|
map_root.title("Map")
|
440
440
|
|
441
441
|
map_text = get_map()
|
442
|
-
map_label = tk.Label(map_root, text=map_text, font=("Courier", 10), width=
|
442
|
+
map_label = tk.Label(map_root, text=map_text, font=("Courier", 10), width=65, height=16, wraplength=500)
|
443
443
|
map_label.pack()
|
444
444
|
|
445
445
|
map_root.mainloop()
|
@@ -471,13 +471,10 @@ def showStatus():
|
|
471
471
|
text = display_directions(text)
|
472
472
|
|
473
473
|
## Display the map if available
|
474
|
-
#if "map" in ROOMS[player.CURRENTROOM]:
|
475
|
-
# text += f'\n\nKey: {"; ".join(KEY)}\n'
|
476
|
-
# text += f'\n{ROOMS[player.CURRENTROOM]["map"]}\n'
|
477
474
|
update_map()
|
478
475
|
|
479
476
|
# Display the description of the current room
|
480
|
-
text += "\n" + str(ROOMS[player.CURRENTROOM]["info"])
|
477
|
+
text += "\n\n" + str(ROOMS[player.CURRENTROOM]["info"])
|
481
478
|
|
482
479
|
text += f"\n---------------------------"
|
483
480
|
|
@@ -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=nlk6TjM5Rc_VVa9z6luWICtYTom3tupyyJsrxmlwMtI,53498
|
3
3
|
neelthee_mansion/Quests.py,sha256=pUlru2RugP57MACQORZaF_X9lsbefTdPYTSO474phgo,2791
|
4
4
|
neelthee_mansion/Rooms.py,sha256=5m1GrFNhXJMBzw2zaXM6FUt497BIoJi9BfRFvdhsy_g,79218
|
5
5
|
neelthee_mansion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -8,9 +8,9 @@ neelthee_mansion/all_game_utils.py,sha256=AnDB5LOawpk0tpnda801r2hAVMFJRq5gbHWkcM
|
|
8
8
|
neelthee_mansion/creatures.py,sha256=XdRM5DJSnjAKXn4QskXKBf_YGvov26fX3XU1E2ww0zg,19722
|
9
9
|
neelthee_mansion/items.py,sha256=aGEkNUROf4WuLdsmoFYD-0BbJ984SODt73-8-_F1Z9Y,6672
|
10
10
|
neelthee_mansion/utils.py,sha256=1eIb01bsLw7emOy6PCRxyt_JswuyCPhfPS_KRl2IHds,14283
|
11
|
-
neelthee_mansion-3.23.
|
12
|
-
neelthee_mansion-3.23.
|
13
|
-
neelthee_mansion-3.23.
|
14
|
-
neelthee_mansion-3.23.
|
15
|
-
neelthee_mansion-3.23.
|
16
|
-
neelthee_mansion-3.23.
|
11
|
+
neelthee_mansion-3.23.16.dist-info/LICENSE.md,sha256=CV8XGZaCyyAMdbkYFQUjb8AjBq9vkoyqdZCq1_hetms,1105
|
12
|
+
neelthee_mansion-3.23.16.dist-info/METADATA,sha256=SeWKyMlXfwor1H8sFn3n1EYO4omdMHfkujsYt1pcup0,1757
|
13
|
+
neelthee_mansion-3.23.16.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
14
|
+
neelthee_mansion-3.23.16.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
|
15
|
+
neelthee_mansion-3.23.16.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
|
16
|
+
neelthee_mansion-3.23.16.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|