This is a remix of @Will_Wam's Super Mario Bros. scratch port where every texture and sound has been replaced with super mario world ones. No behaviour/physics have been changed to match Mario world, but I may make another remix with that too at some point. @Will_Wam made the original project, Nintendo made the original Super Mario Bros 1-1 level which is used and all of the Super Mario World Sprites I used (which were ripped by http://www.spriters-resource.com/ ) Code differences in this remix: - Two different music tracks are picked at random (overworld and athletic, partly cause I like this song too, partly because I couldn't be bothered to loop the other one) and switched between - Mario spawns slightly higher at the start of the level which might reduce startup lag since he's not in the ground (?) - The bottom 2 rows of tiles are created in reverse order to fix a layering issue which prevented me from adding grass to the ground the lazy way (All grass tiles have grass on top but the bottom is extended to cover up the grass of any tiles underneath other ground tiles)