Skip to content

Commit 9d23bbf

Browse files
committed
add squot as dependency
1 parent f5f3603 commit 9d23bbf

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ baseline: spec
44
spec
55
for: #'common'
66
do: [
7+
8+
self squotMapper: spec.
9+
710
spec
811
package: 'GameMecha-ResourceLoading';
912
package: 'GameMecha-Collisions';
1013
package: 'GameMecha-KeyHandling';
11-
package: 'GameMecha-TileEditor';
14+
package: 'GameMecha-TileEditor' with: [spec requires: #('Squot')];
1215
package: 'GameMecha-Examples' with: [spec requires: #('core')];
1316
package: 'GameMecha-DemoGame' with: [spec requires: #('core')];
1417
package: 'GameMecha-Test' with: [spec requires: #('core')].
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
baseline
2+
squotMapper: spec
3+
4+
spec
5+
baseline: 'Squot'
6+
with: [
7+
spec
8+
repository: 'github://hpi-swa/Squot:mapper/src'
9+
]

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
"class" : {
33
},
44
"instance" : {
5-
"baseline:" : "ek 9/13/2024 17:36" } }
5+
"baseline:" : "ek 9/13/2024 17:45",
6+
"squotMapper:" : "ek 9/13/2024 17:43" } }

0 commit comments

Comments
 (0)