We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4745516 commit f5f3603Copy full SHA for f5f3603
src/BaselineOfGameMecha.package/BaselineOfGameMecha.class/instance/baseline..st
@@ -15,4 +15,4 @@ baseline: spec
15
spec
16
group: 'core' with: #('GameMecha-ResourceLoading' 'GameMecha-Collisions' 'GameMecha-KeyHandling' 'GameMecha-TileEditor');
17
group: 'examples' with: #('GameMecha-Examples' 'GameMecha-DemoGame');
18
- group: 'test' with: #('GM-Test')]
+ group: 'test' with: #('GameMecha-Test')]
src/BaselineOfGameMecha.package/BaselineOfGameMecha.class/methodProperties.json
@@ -2,4 +2,4 @@
2
"class" : {
3
},
4
"instance" : {
5
- "baseline:" : "ek 9/13/2024 17:26" } }
+ "baseline:" : "ek 9/13/2024 17:36" } }
0 commit comments