Python Arcade library p07 - Sprites and SpriteList

preview_player
Показать описание
In this video we are going to take a look on, how to load, draw and move sprites in Arcade. We are also going to use the SpriteList object,
to simplify drawing and updating multiple sprites.
Рекомендации по теме
Комментарии
Автор

I approve... Great job on the vid Ati. I had picked up the library to take park in Pyweek, and I had written it off as not that good because the examples were incomplete. I hadn't realized until now that the API was well documented and were totally viable. Thanks for showing that to me!

zeldaplayergl
Автор

There are a lot of really good built in assets that you can use with the resources module. Here is an example for using a built-in ship image:


izzyanalytics
Автор

2:00 i followed every step but I get this error: Attempt to draw a sprite without a texture set.
What do I do?

triggerhappy