squirrel-battle/squirrelbattle
Yohann D'ANELLO 7db2dd2b46 Merge branch 'master' into map_generation
# Conflicts:
#	dungeonbattle/game.py
#	squirrelbattle/mapgeneration/__init__.py
#	squirrelbattle/mapgeneration/randomwalk.py
2020-12-11 02:14:47 +01:00
..
assets Rename dungeonbattle to squirrelbattle 2020-11-19 02:18:16 +01:00
display New pathfinding that avoids most of the mobs getting stuck, closes #35 2020-12-10 22:21:09 +01:00
entities Fixed a bug when trying to pathfind when player is surrounded by inaccessible tiles 2020-12-10 22:28:12 +01:00
locale Add spanish translation 2020-12-07 01:01:39 +01:00
mapgeneration Merge branch 'master' into map_generation 2020-12-11 02:14:47 +01:00
tests Add spanish translation 2020-12-07 01:01:39 +01:00
__init__.py Declare the license, we use GNU GPL 2020-11-27 16:33:17 +01:00
bootstrap.py Declare the license, we use GNU GPL 2020-11-27 16:33:17 +01:00
enums.py Items can be dropped/equipped/used 2020-12-04 16:53:27 +01:00
game.py Add body snatch potion 2020-12-05 14:20:58 +01:00
interfaces.py Add body snatch potion 2020-12-05 14:20:58 +01:00
menus.py Add spanish translation 2020-12-07 01:01:39 +01:00
resources.py Declare the license, we use GNU GPL 2020-11-27 16:33:17 +01:00
settings.py 'D' is not an intelligent key to drop an item 2020-12-04 17:19:06 +01:00
term_manager.py Declare the license, we use GNU GPL 2020-11-27 16:33:17 +01:00
translations.py Add spanish translation 2020-12-07 01:01:39 +01:00