Skip to content

Commit 19e7af1

Browse files
committed
read
1 parent b07f13f commit 19e7af1

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
Binary file not shown.

HW.xcodeproj/xcuserdata/adriannenu.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
ignoreCount = "0"
2727
continueAfterRunningActions = "No"
2828
filePath = "HW/Utils.swift"
29-
timestampString = "539741299.7905951"
29+
timestampString = "539741463.6968451"
3030
startingColumnNumber = "9223372036854775807"
3131
endingColumnNumber = "9223372036854775807"
3232
startingLineNumber = "59"
@@ -202,7 +202,7 @@
202202
ignoreCount = "0"
203203
continueAfterRunningActions = "No"
204204
filePath = "HW/API.swift"
205-
timestampString = "539741299.792313"
205+
timestampString = "539741463.69707"
206206
startingColumnNumber = "9223372036854775807"
207207
endingColumnNumber = "9223372036854775807"
208208
startingLineNumber = "43"

HW/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ import Foundation
1010

1111
class Constants {
1212
static let TILE_RANGE = 3
13-
static let DEBUG = true
13+
static let DEBUG = false
1414
static let DEBUG_LAST = (53.45878, -2.22999)
1515
}

HW/MapTile.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class MapTile {
5454
}
5555

5656
func drawShapes(context: CGContext, field: String) {
57-
context.setStrokeColor(UIColor(red:0.20, green:0.60, blue:0.88, alpha:1.0).cgColor)
57+
context.setStrokeColor(UIColor(red:1, green:1, blue:1, alpha:1.0).cgColor)
5858
context.setLineWidth(2.0)
5959
/*if (shape["type"].string! == "polygon") {
6060

@@ -107,7 +107,7 @@ class MapTile {
107107
UIGraphicsBeginImageContextWithOptions(CGSize(width: 611, height: 611), false, scale)
108108
let context = UIGraphicsGetCurrentContext()!
109109

110-
context.setFillColor(UIColor(red:0.11, green:0.11, blue:0.13, alpha:1.0).cgColor)
110+
context.setFillColor(UIColor(red:0, green:0, blue:0, alpha:1.0).cgColor)
111111
context.setLineWidth(0)
112112
context.addRect(CGRect(x: 0, y: 0, width: 611, height: 611))
113113
context.drawPath(using: .fillStroke)

images/1.png

54.5 KB
Loading

images/2.png

-32.4 KB
Loading

0 commit comments

Comments
 (0)