arcade icon indicating copy to clipboard operation
arcade copied to clipboard

Update pymunk_demo_platformer_11.py

Open ultibo opened this issue 10 months ago • 2 comments

fixed an error when testing step11 "AttributeError: module 'arcade.tilemap' has no attribute 'process_layer'"

when you run the step 11 the following line 230 caused an error when trying to run the file. self.moving_sprites_list = arcade.tilemap.process_layer(my_map, 'Moving Platforms', SPRITE_SCALING_TILES)

AttributeError: module 'arcade.tilemap' has no attribute 'process_layer'

ultibo avatar Apr 24 '24 14:04 ultibo

Note that this is a fix for the maintenance branch

einarf avatar Apr 24 '24 22:04 einarf

Hello, I saw previous message indicating some tests have failed. I'm not sure of what to do next.

ultibo avatar Apr 25 '24 06:04 ultibo