Update Kanjin-Engine

This commit is contained in:
KansaiGaijin
2024-10-29 20:34:00 +13:00
committed by GitHub
parent d0ab3f44d4
commit e88c9b6da9

View File

@@ -3,9 +3,6 @@ from functions import wait, startGame, query_equip, change_equip, get_instructio
from functions import current_inventory, current_equipment from functions import current_inventory, current_equipment
from player import * from player import *
# pyinstaller --onefile --paths=C:\Users\kasai\PycharmProjects\pythonProject\Kanjin\KanjinEngine.py
def game_logic(): def game_logic():
name, gender, age, race, job = startGame() name, gender, age, race, job = startGame()
put_text(f"Character Created: {name}, {gender}, {age} years old, {race} {job}") put_text(f"Character Created: {name}, {gender}, {age} years old, {race} {job}")