Skip to content

Commit

Permalink
Merge origin/tmm-dev into tmm-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Storost committed Jul 12, 2024
2 parents 22f7fda + b9ccae8 commit 9912c2b
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions source/GM-TE/GMTEEditor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1808,6 +1808,15 @@ GMTEEditor >> resetSelectedLayers [
self resetLayers: self selectedLayers
]

{
#category : #TODO,
#'squeak_changestamp' : 'tw 7/12/2024 17:46'
}
GMTEEditor >> resetView [

self tileMap resetView
]

{
#category : #TODO,
#'squeak_changestamp' : 'mcjj 7/11/2024 17:52'
Expand Down Expand Up @@ -2059,7 +2068,7 @@ GMTEEditor >> setPadding: aText [

{
#category : #building,
#'squeak_changestamp' : 'Alex M 6/25/2024 18:17'
#'squeak_changestamp' : 'tw 7/12/2024 17:45'
}
GMTEEditor >> settingsMenu [
"opens the setting menu"
Expand All @@ -2079,9 +2088,9 @@ GMTEEditor >> settingsMenu [
selector: #toggleBackgroundTiles
argumentList: {};

add: 'Rotate Tile'
add: 'Reset View'
target: self
selector: #rotateSelectedTile
selector: #resetView
argumentList: {}.

builder open: aMenuSpec
Expand Down

0 comments on commit 9912c2b

Please sign in to comment.