From e88c9b6da92343e9410a18295c89eaa09ec2f0dc Mon Sep 17 00:00:00 2001 From: KansaiGaijin <83641841+KansaiGaijin@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:34:00 +1300 Subject: [PATCH] Update Kanjin-Engine --- Kanjin-Engine | 3 --- 1 file changed, 3 deletions(-) diff --git a/Kanjin-Engine b/Kanjin-Engine index d3c16b0..de0f0a3 100644 --- a/Kanjin-Engine +++ b/Kanjin-Engine @@ -3,9 +3,6 @@ from functions import wait, startGame, query_equip, change_equip, get_instructio from functions import current_inventory, current_equipment from player import * -# pyinstaller --onefile --paths=C:\Users\kasai\PycharmProjects\pythonProject\Kanjin\KanjinEngine.py - - def game_logic(): name, gender, age, race, job = startGame() put_text(f"Character Created: {name}, {gender}, {age} years old, {race} {job}")