SqAtx / SuperMarioWorld

An amazing 2D Mario game made with C++ and SFML
GNU General Public License v2.0
18 stars 11 forks source link

Weaknesses concerning RECT files #1

Closed SqAtx closed 9 years ago

SqAtx commented 9 years ago
SqAtx commented 9 years ago

All solved :) Lines don't have to end with a space. If a coordinate is not a number, or if there are too few or too many of them, an error is yielded and it doesn't alter the execution of the program. HowManyLoadedTexturesContainThisName returns the expected number of textures, solving issues 2 and 3.

A texture called "foo1" will be considered an animation with only one texture and will not be aloowed.