YoYoGames / GM-TestFramework

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

Refactor: rework how audio assets stored and handled in BasicAudioTestSuite #74

Closed AdamBorek closed 1 week ago

AdamBorek commented 2 weeks ago

Description

Currently the array of audio assets that get tested are stored as a global variable. The proposed refactor changes this into a function that returns an array of audio assets that are to be tested.

Script Name

BasicAudioTestSuite

Steps To The Task