Skip to content

Commit

Permalink
revert to anObject
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Storost committed Jul 12, 2024
1 parent 7a56ec3 commit 7565528
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
36 changes: 18 additions & 18 deletions source/GM-TE/GMTEBrush.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ GMTEBrush >> currentBrush [

{
#category : #accessing,
#'squeak_changestamp' : 'Valentin Teutschbein 7/12/2024 13:40'
#'squeak_changestamp' : 'JS 7/12/2024 21:20'
}
GMTEBrush >> currentBrush: aBrush [
GMTEBrush >> currentBrush: anObject [

currentBrush := aBrush
currentBrush := anObject
]

{
Expand All @@ -69,11 +69,11 @@ GMTEBrush >> currentMatrixIndex [

{
#category : #accessing,
#'squeak_changestamp' : 'Valentin Teutschbein 7/12/2024 13:41'
#'squeak_changestamp' : 'JS 7/12/2024 21:20'
}
GMTEBrush >> currentMatrixIndex: anIndex [
GMTEBrush >> currentMatrixIndex: anObject [

currentMatrixIndex := anIndex
currentMatrixIndex := anObject
]

{
Expand Down Expand Up @@ -137,11 +137,11 @@ GMTEBrush >> firstMatrixIndex [

{
#category : #accessing,
#'squeak_changestamp' : 'Valentin Teutschbein 7/12/2024 13:42'
#'squeak_changestamp' : 'JS 7/12/2024 21:20'
}
GMTEBrush >> firstMatrixIndex: anIndex [
GMTEBrush >> firstMatrixIndex: anObject [

firstMatrixIndex := anIndex
firstMatrixIndex := anObject
]

{
Expand All @@ -165,11 +165,11 @@ GMTEBrush >> layer [

{
#category : #accessing,
#'squeak_changestamp' : 'Valentin Teutschbein 7/12/2024 13:42'
#'squeak_changestamp' : 'JS 7/12/2024 21:20'
}
GMTEBrush >> layer: aLayer [
GMTEBrush >> layer: anObject [

layer := aLayer
layer := anObject
]

{
Expand Down Expand Up @@ -210,11 +210,11 @@ GMTEBrush >> outputSet [

{
#category : #accessing,
#'squeak_changestamp' : 'Valentin Teutschbein 7/12/2024 13:43'
#'squeak_changestamp' : 'JS 7/12/2024 21:20'
}
GMTEBrush >> outputSet: aSet [
GMTEBrush >> outputSet: anObject [

outputSet := aSet
outputSet := anObject
]

{
Expand All @@ -228,11 +228,11 @@ GMTEBrush >> radius [

{
#category : #accessing,
#'squeak_changestamp' : 'Valentin Teutschbein 7/12/2024 13:43'
#'squeak_changestamp' : 'JS 7/12/2024 21:20'
}
GMTEBrush >> radius: aRadius [
GMTEBrush >> radius: anObject [

radius := aRadius
radius := anObject
]

{
Expand Down
24 changes: 12 additions & 12 deletions source/GM-TE/GMTEEditorTileMap.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ GMTEEditorTileMap >> currentTileChanges [

{
#category : #accessing,
#'squeak_changestamp' : 'Valentin Teutschbein 7/12/2024 14:18'
#'squeak_changestamp' : 'JS 7/12/2024 21:19'
}
GMTEEditorTileMap >> currentTileChanges: aTileDictionary [
GMTEEditorTileMap >> currentTileChanges: anObject [

currentTileChanges := aTileDictionary
currentTileChanges := anObject
]

{
Expand Down Expand Up @@ -140,11 +140,11 @@ GMTEEditorTileMap >> model [

{
#category : #accessing,
#'squeak_changestamp' : 'JS 7/12/2024 16:25'
#'squeak_changestamp' : 'JS 7/12/2024 21:19'
}
GMTEEditorTileMap >> model: aModel [
GMTEEditorTileMap >> model: anObject [

model := aModel
model := anObject
]

{
Expand Down Expand Up @@ -250,11 +250,11 @@ GMTEEditorTileMap >> previousTileStates [

{
#category : #accessing,
#'squeak_changestamp' : 'Valentin Teutschbein 7/12/2024 14:18'
#'squeak_changestamp' : 'JS 7/12/2024 21:19'
}
GMTEEditorTileMap >> previousTileStates: aTileDictionary [
GMTEEditorTileMap >> previousTileStates: anObject [

previousTileStates := aTileDictionary
previousTileStates := anObject
]

{
Expand Down Expand Up @@ -358,11 +358,11 @@ GMTEEditorTileMap >> tileSelectionSet [

{
#category : #accessing,
#'squeak_changestamp' : 'Valentin Teutschbein 7/12/2024 14:16'
#'squeak_changestamp' : 'JS 7/12/2024 21:20'
}
GMTEEditorTileMap >> tileSelectionSet: aSet [
GMTEEditorTileMap >> tileSelectionSet: anObject [

tileSelectionSet := aSet
tileSelectionSet := anObject
]

{
Expand Down

0 comments on commit 7565528

Please sign in to comment.