mniejsze zmiany
This commit is contained in:
parent
2ca910d2eb
commit
7b99dd6a30
3 changed files with 2 additions and 5 deletions
1
app.py
1
app.py
|
@ -46,7 +46,6 @@ def menu():
|
||||||
running = False
|
running = False
|
||||||
break
|
break
|
||||||
elif timetochoose == "F" or timetochoose == "f":
|
elif timetochoose == "F" or timetochoose == "f":
|
||||||
breakpoint()
|
|
||||||
game.clean_screen()
|
game.clean_screen()
|
||||||
winorloose = game.figth_mode(player, dummykid)
|
winorloose = game.figth_mode(player, dummykid)
|
||||||
if winorloose == 0:
|
if winorloose == 0:
|
||||||
|
|
4
game.py
4
game.py
|
@ -71,9 +71,7 @@ class Game:
|
||||||
|
|
||||||
def stats(self):
|
def stats(self):
|
||||||
"""
|
"""
|
||||||
stats: playerClass
|
Funkcja do generowania statystyk dla gracza
|
||||||
Funkcja uzywania do wygenerowania statystyk dla gracza badz
|
|
||||||
jakiegos zbira (test)
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
STATs = {
|
STATs = {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
class Player:
|
class Player:
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Zmienna BODY - wykorzystywana do ubioru bohatera, trzymania broni etc.
|
Zmienna BODY - wykorzystywana do ubioru bohatera, trzymania broni etc.
|
||||||
"""
|
"""
|
||||||
BODY = {
|
BODY = {
|
||||||
"HEAD": 0,
|
"HEAD": 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue