Enhancement request:
What should be added/changed?
from arcade.resources import ResourcePath
FEMALE_PERSON_PATH = ResourcPath(":resources:/images/animated_characters/female_person")
my_sprite = arcade.Sprite(FEMALE_PERSON_PATH / "femalePerson_idle.png", 1.0)
What would it help with?
- Make resource handles nicer to work with
- Shorten example code to make it less intimidating
- Spare people from adding per-character resource handles