Skip to content

Commit

Permalink
try another thing with the baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrebs5 committed Sep 13, 2024
1 parent b9c5342 commit 4745516
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ baseline: spec
package: 'GameMecha-TileEditor';
package: 'GameMecha-Examples' with: [spec requires: #('core')];
package: 'GameMecha-DemoGame' with: [spec requires: #('core')];
package: 'GameMecha-Test' with: [spec requires: #('core')];
yourself.
package: 'GameMecha-Test' with: [spec requires: #('core')].
spec
group: 'core' with: #('GameMecha-ResourceLoading' 'GameMecha-Collisions' 'GameMecha-KeyHandling' 'GameMecha-TileEditor');
group: 'examples' with: #('GameMecha-Examples' 'GameMecha-DemoGame');
group: 'test' with: #('GM-Test');
yourself]
group: 'test' with: #('GM-Test')]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"class" : {
},
"instance" : {
"baseline:" : "ek 9/13/2024 16:07" } }
"baseline:" : "ek 9/13/2024 17:26" } }

0 comments on commit 4745516

Please sign in to comment.