P.S. to previous commit: instead of Sprite flow load_sprites function was changed: gathering the number of sprites with the same names before second _ and hold it at sprites dict. also now sprites must be named as objectname_action_number. Main commit - full sprites support, with caching, transparency and smooth scaling. drawing function moved to Object methods

This commit is contained in:
shiva404
2026-02-15 21:23:02 +03:00
parent ab58803373
commit f679dde81f
12 changed files with 637 additions and 838 deletions

10
main.py
View File

@@ -20,11 +20,19 @@ if __name__ == "__main__":
# деревня на соседской локации и торговля с ней
# перемещение по воде, течение
#техдолг:
#проверить дефолтдикт field и None = None
# проверить у ллм на ошибки - РЕГУЛЯРНАЯ АКТИВНОСТЬ:
# - deepcopy +
# - общие +
main()
# P.S. to previous commit:
#instead of Sprite flow load_sprites function was changed:
#gathering the number of sprites with the same names before second _ and hold it at
#sprites dict. also now sprites must be named as objectname_action_number
#sprites dict. also now sprites must be named as objectname_action_number
#
# Main commit - full sprites support, with caching, transparency and smooth scaling
# drawing function moved to Object methods