Python Arcade library p11 - simple platformer template

preview_player
Показать описание
In this video, i am going to show you my simple platformer template created using Arcade. You can download the code from github, use it and modify it as you wish.

Рекомендации по теме
Комментарии
Автор

FYI. It looks like in the newer version of Arcade, `arcade.read_tiled_map()` has been deprecated for `arcade.tilemap.read_tmx()` and `arcade.generate_sprites()` has been deprecated for The classes/functions still work, but may not in the future. Also, `tilemap.read_tmx()` doesn't take a scaling argument.. that's the only difference I saw affecting this example.

izzyanalytics
Автор

Great video. I was able to run this code in Python 3.8 with Arcade Library 2.2.1. Not sure if 3.8 is fully compatible, but haven't run into problems so far.

izzyanalytics