Skip to content

Commit

Permalink
major renaming fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivozilkenat committed Jun 24, 2024
1 parent ce05b29 commit 967c751
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 105 deletions.
101 changes: 0 additions & 101 deletions source/GM-TE-TileMap/GMTETileVisual.class.st

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
layerTests
testToggleVisualLayer
testTogglehighlightingLayer
"tests the visibility toggle for the visual layer"

self editor toggleGrid.
self assert: (self editor tileMap tileMatrixStackVisual layer: 1) visible = false.
self assert: (self editor tileMap tileMatrixStackHighlighting layer: 1) visible = false.
self editor toggleGrid.
self assert: (self editor tileMap tileMatrixStackVisual layer: 1) visible = true
self assert: (self editor tileMap tileMatrixStackHighlighting layer: 1) visible = true
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"testRescaleMap" : "jj 6/22/2024 20:32",
"testSwapLayer" : "jj 6/22/2024 20:33",
"testToggleLayerVisibility" : "jj 6/22/2024 20:34",
"testToggleVisualLayer" : "jj 6/22/2024 20:34" } }
"testTogglehighlightingLayer" : "jj 6/22/2024 20:34" } }

0 comments on commit 967c751

Please sign in to comment.