Skip to content

Commit

Permalink
remove usage of squot method
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrebs5 committed Sep 16, 2024
1 parent 205cecd commit 609cc80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
constants
checkerBoardColors

^ {(0@0) -> Color lightGray.
(1@1) -> Color lightGray.
(0@1) -> Color gray.
(1@0) -> Color gray
} asDictionary
^ Dictionary new
at: 0@0 put: Color lightGray;
at: 1@1 put: Color lightGray;
at: 0@1 put: Color gray;
at: 1@0 put: Color gray;
yourself
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"class" : {
"checkerBoardColors" : "Ivo Zilkenat 7/12/2024 23:44",
"checkerBoardColors" : "ek 9/16/2024 11:03",
"checkerBoardTile" : "Ivo Zilkenat 7/12/2024 23:50",
"fromSprite:" : "Alex M 7/1/2024 16:21",
"placeHolderColor" : "jj 6/22/2024 16:11",
Expand Down

0 comments on commit 609cc80

Please sign in to comment.