Added optional end of game cut scene. Make sure to specify utf-8 encoding for python files to work with pyinstaller.

This commit is contained in:
Storm Dragon
2025-02-17 20:09:46 -05:00
parent 1cd636b8f4
commit f5ea9dd278
15 changed files with 40 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
class Weapon:
def __init__(self, name, damage, range, attackSound, hitSound, cooldown=500, attackDuration=200):
self.name = name