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
jostja committed Jul 12, 2024
2 parents 09086d5 + 28eb4b8 commit 9a0853a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions source/GM-TE/GMTEEditor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1057,12 +1057,16 @@ GMTEEditor >> enableSingleLayerButtons [

{
#category : #'menu button functions',
#'squeak_changestamp' : 'jj 6/22/2024 20:48'
#'squeak_changestamp' : 'JS 7/12/2024 22:47'
}
GMTEEditor >> exportAsImage [
"exports the current tile map as a png"

self tileMap exportAsImage
|exportTilemap|
exportTilemap := self tileMap veryDeepCopy.
exportTilemap
hideHighlightingLayer;
resetView;
exportAsImage.
]

{
Expand Down

0 comments on commit 9a0853a

Please sign in to comment.