Skip to content

Commit

Permalink
progress on inspector, CHANGED MORPHIC TOOLBUILDER METHOD
Browse files Browse the repository at this point in the history
  • Loading branch information
RedToxyl committed Jun 9, 2024
1 parent 9805238 commit defd1c3
Show file tree
Hide file tree
Showing 27 changed files with 7,264 additions and 104 deletions.
140 changes: 73 additions & 67 deletions .squot-materialize
Original file line number Diff line number Diff line change
@@ -1,9 +1,40 @@
[
SquotPlaintextMapper {
SquotCypressMapper {
#package : MCPackage {
#name : 'GM-UtilitiesTest'
},
#path : FSAbsolutePath [
'.gitignore'
'source'
]
},
SquotCypressMapper {
#package : MCPackage {
#name : 'GM-Test'
},
#path : FSAbsolutePath [
'source'
]
},
SquotTonelMapper {
#package : MCPackage {
#name : 'GM-TilemapMakerGui'
},
#path : @7
},
SquotImageMapper {
#path : FSAbsolutePath [
'testingResources',
'squeak2.gif'
],
#encoding : 'TXT'
#encoding : Class [ #GIFReadWriter ]
},
SquotCypressMapper {
#package : MCPackage {
#name : 'GM-Utilities'
},
#path : FSAbsolutePath [
'source'
]
},
SquotPlaintextMapper {
#path : FSAbsolutePath [
Expand All @@ -22,35 +53,27 @@
},
SquotCypressMapper {
#package : MCPackage {
#name : 'GM-DemoGame'
#name : 'BaselineOfGM'
},
#path : FSAbsolutePath [
'source'
]
},
SquotPlaintextMapper {
#path : FSAbsolutePath [
'README.md'
'.gitignore'
],
#encoding : 'TXT'
},
SquotTonelMapper {
#package : MCPackage {
#name : 'GM-TE'
},
#path : @11
},
SquotCypressMapper {
#package : MCPackage {
#name : 'GM-Test'
},
SquotPlaintextMapper {
#path : FSAbsolutePath [
'source'
]
'.squot'
],
#encoding : 'TXT'
},
SquotCypressMapper {
#package : MCPackage {
#name : 'GM-AcceptanceTest'
#name : 'GM-TestFixtures'
},
#path : FSAbsolutePath [
'source'
Expand All @@ -64,47 +87,45 @@
'source'
]
},
SquotCypressMapper {
SquotTonelMapper {
#package : MCPackage {
#name : 'BaselineOfGM'
#name : 'ToolBuilder-Morphic'
},
#path : FSAbsolutePath [
'source'
]
#path : @7
},
SquotPlaintextMapper {
SquotSoundMapper {
#path : FSAbsolutePath [
'LICENSE'
'testingResources',
'squeak.aiff'
],
#encoding : 'TXT'
#encoding : 'AIFF'
},
SquotTonelMapper {
#package : MCPackage {
#name : 'GM-TilemapMakerCore'
},
#path : @18
SquotSoundMapper {
#path : FSAbsolutePath [
'testingResources',
'squeak.wav'
],
#encoding : 'WAV'
},
SquotCypressMapper {
#package : MCPackage {
#name : 'GM-TestFixtures'
#name : 'GM-DemoGame'
},
#path : FSAbsolutePath [
'source'
]
},
SquotPlaintextMapper {
#path : FSAbsolutePath [
'testingResources',
'test.txt'
'README.md'
],
#encoding : 'TXT'
},
SquotSoundMapper {
#path : FSAbsolutePath [
'testingResources',
'squeak.aiff'
],
#encoding : 'AIFF'
SquotTonelMapper {
#package : MCPackage {
#name : 'GM-TE'
},
#path : @42
},
SquotPlaintextMapper {
#path : FSAbsolutePath [
Expand All @@ -113,51 +134,36 @@
],
#encoding : 'TXT'
},
SquotImageMapper {
SquotPlaintextMapper {
#path : FSAbsolutePath [
'testingResources',
'squeak2.gif'
'.smalltalk.ston'
],
#encoding : Class [ #GIFReadWriter ]
},
SquotTonelMapper {
#package : MCPackage {
#name : 'GM-TilemapMakerGui'
},
#path : @18
#encoding : 'TXT'
},
SquotCypressMapper {
#package : MCPackage {
#name : 'GM-UtilitiesTest'
#name : 'GM-AcceptanceTest'
},
#path : FSAbsolutePath [
'source'
]
},
SquotSoundMapper {
SquotPlaintextMapper {
#path : FSAbsolutePath [
'testingResources',
'squeak.wav'
'LICENSE'
],
#encoding : 'WAV'
#encoding : 'TXT'
},
SquotCypressMapper {
SquotTonelMapper {
#package : MCPackage {
#name : 'GM-Utilities'
#name : 'GM-TilemapMakerCore'
},
#path : FSAbsolutePath [
'source'
]
},
SquotPlaintextMapper {
#path : FSAbsolutePath [
'.smalltalk.ston'
],
#encoding : 'TXT'
#path : @7
},
SquotPlaintextMapper {
#path : FSAbsolutePath [
'.squot'
'testingResources',
'test.txt'
],
#encoding : 'TXT'
}
Expand Down
Loading

0 comments on commit defd1c3

Please sign in to comment.