YoYoGames / GM-TestFramework

Repository for GameMaker's Test Framework
Other
18 stars 9 forks source link

Fixes #51 Fixes #55 - Added BasicTilemapTestSuite #56

Closed Indibulous closed 1 month ago

Indibulous commented 1 month ago

Description

Created BasicTilemapTestSuite, a TestSuite containing 24 facts/testAsyncs that test all the required functionality listed in https://github.com/YoYoGames/GM-TestFramework/issues/51:

Some other resources required for the tests have also been added:

And a new object to be used with testAsync for testing draw functions was added, implementing the functionality described in https://github.com/YoYoGames/GM-TestFramework/issues/55: