In other words, after deleting:
Code: Select all
image wolf 1 = "wolf.png"Code: Select all
show wolf 1After deleting ALL image statements/definitions, almost all the sprites appeared, as normal.
Only one, that was recently added, was replaced with the placeholder-silhouette/image-name
A couple others caused this:
Code: Select all
File "renpy/common/00placeholder.rpy", line 194, in _duplicate
rv.name = list(args.name) + list(args.args)
AttributeError: 'NoneType' object has no attribute 'name'
