Skip to content

Commit

Permalink
v1.0.1 - added new animated avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-farina committed Aug 30, 2023
1 parent b0c8458 commit 4d5bfd4
Show file tree
Hide file tree
Showing 58 changed files with 368 additions and 427 deletions.
Binary file not shown.
Binary file removed endless_tower/__pycache__/clases.cpython-311.pyc
Binary file not shown.
Binary file modified endless_tower/__pycache__/database.cpython-311.pyc
Binary file not shown.
Binary file modified endless_tower/__pycache__/game_over.cpython-311.pyc
Binary file not shown.
Binary file modified endless_tower/__pycache__/settings.cpython-311.pyc
Binary file not shown.
Binary file modified endless_tower/__pycache__/sound.cpython-311.pyc
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed endless_tower/data/blackhole.png
Binary file not shown.
File renamed without changes
File renamed without changes.
Binary file added endless_tower/data/player_animations/die/die_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added endless_tower/data/player_animations/die/die_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added endless_tower/data/player_animations/die/die_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added endless_tower/data/player_animations/die/die_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added endless_tower/data/player_animations/die/die_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added endless_tower/data/player_animations/die/die_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added endless_tower/data/player_animations/die/die_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added endless_tower/data/player_animations/die/die_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added endless_tower/data/player_animations/idle/idle_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added endless_tower/data/player_animations/idle/idle_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added endless_tower/data/player_animations/idle/idle_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added endless_tower/data/player_animations/idle/idle_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added endless_tower/data/player_animations/jump/jump_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added endless_tower/data/player_animations/jump/jump_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added endless_tower/data/player_animations/jump/jump_3.png
Binary file added endless_tower/data/player_animations/jump/jump_4.png
Binary file added endless_tower/data/player_animations/jump/jump_5.png
Binary file added endless_tower/data/player_animations/jump/jump_6.png
Binary file added endless_tower/data/player_animations/jump/jump_7.png
Binary file added endless_tower/data/player_animations/jump/jump_8.png
Binary file added endless_tower/data/player_animations/run/run_1.png
Binary file added endless_tower/data/player_animations/run/run_2.png
Binary file added endless_tower/data/player_animations/run/run_3.png
Binary file added endless_tower/data/player_animations/run/run_4.png
Binary file added endless_tower/data/player_animations/run/run_5.png
Binary file added endless_tower/data/player_animations/run/run_6.png
Binary file added endless_tower/data/player_animations/run/run_7.png
Binary file added endless_tower/data/player_animations/run/run_8.png
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion endless_tower/game_over.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def show_game_over_screen(screen_width, screen_height):

# Configuración de la fuente y el tamaño del texto
script_dir = os.path.dirname(os.path.abspath(__file__))
font_path = os.path.join(script_dir, "data", "PublicPixel-z84yD.ttf")
font_path = os.path.join(script_dir, "data/fonts", "PublicPixel-z84yD.ttf")
font_name = font_path
font_size = 48
font = pygame.font.Font(font_name, font_size)
Expand Down
369 changes: 0 additions & 369 deletions endless_tower/main copy 2.py

This file was deleted.

Loading

0 comments on commit 4d5bfd4

Please sign in to comment.