Skip to content

Commit 486b59d

Browse files
committed
Update Strings.swift
1 parent d72dcfa commit 486b59d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

boss-man-spritekit-swift/Boss-Man/Strings.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,9 @@ enum MazeZoom {
323323
}
324324
static var label: String {
325325
switch current {
326-
case 1980: return "LUMBERGH"
327-
case 1982: return "MORE FLAIR"
328-
case 1983: return "MIKE JUDGE"
326+
case 1980: return "FULLVIEW 2D"
327+
case 1982: return "ZOOMLENSE 2D"
328+
case 1983: return "MACROLENSE 2D"
329329
case 1993: return "RAYCAST 3D"
330330
case 1994: return "VOXEL 3D"
331331
default: return "\(current)"

0 commit comments

Comments
 (0)