Skip to content

Commit 4745516

Browse files
committed
try another thing with the baseline
1 parent b9c5342 commit 4745516

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/BaselineOfGameMecha.package/BaselineOfGameMecha.class/instance/baseline..st

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ baseline: spec
1111
package: 'GameMecha-TileEditor';
1212
package: 'GameMecha-Examples' with: [spec requires: #('core')];
1313
package: 'GameMecha-DemoGame' with: [spec requires: #('core')];
14-
package: 'GameMecha-Test' with: [spec requires: #('core')];
15-
yourself.
14+
package: 'GameMecha-Test' with: [spec requires: #('core')].
1615
spec
1716
group: 'core' with: #('GameMecha-ResourceLoading' 'GameMecha-Collisions' 'GameMecha-KeyHandling' 'GameMecha-TileEditor');
1817
group: 'examples' with: #('GameMecha-Examples' 'GameMecha-DemoGame');
19-
group: 'test' with: #('GM-Test');
20-
yourself]
18+
group: 'test' with: #('GM-Test')]

src/BaselineOfGameMecha.package/BaselineOfGameMecha.class/methodProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"class" : {
33
},
44
"instance" : {
5-
"baseline:" : "ek 9/13/2024 16:07" } }
5+
"baseline:" : "ek 9/13/2024 17:26" } }

0 commit comments

Comments
 (0)