Commit Graph

7 Commits

Author SHA1 Message Date
0be423183d Rename data class 2020-03-11 00:36:56 +09:00
c803de2b49 Fix player instantiation
Since ModTestScene.CreatePlayer would apply mods in addition to
instantiating the player, overriding it could lead to mistakenly also
overriding the code that was supposed to set up the test via
currentTestData.

Make ModTestScene.CreatePlayer sealed, which ensures that mod &
autoplay changes are applied, and expose ModTestScene.CreateModPlayer
instead which has the expected semantics.
2020-03-08 14:18:45 +01:00
cc5cae4db9 Do not transition to result screen 2020-03-08 14:08:49 +01:00
ece263131b Update to follow new naming/structure 2020-03-06 00:36:05 +09:00
cd43a0c9e8 Better check for failing state 2020-03-02 13:24:07 +09:00
e801ad514b Fix ruleset nullref 2020-03-02 13:24:02 +09:00
6d939e9d41 Add failing test scenes 2020-03-02 12:42:48 +09:00