Skip to content

Commit fcbc3aa

Browse files
Make crosshair center inverted
1 parent 1963aa5 commit fcbc3aa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,13 @@
145145
camCtx.fillStyle = "rgba(127, 127, 127, 1)";
146146
camCtx.fillRect(midPoint.width - lineThicknessHalf, 0.0, lineThickness, height);
147147
camCtx.fillRect(0.0, midPoint.height - lineThicknessHalf, width, lineThickness);
148-
149-
camCtx.globalCompositeOperation = "source-over";
150-
camCtx.fillStyle = "rgba(255, 0, 255, 1)";
151148
camCtx.fillRect(midPoint.width - lineThicknessHalf, midPoint.height - lineThicknessHalf, lineThickness, lineThickness);
152149
};
153150

151+
// function imageLoad () {
152+
153+
// }
154+
154155
function updateScale () {
155156
camCtx.canvas.width = window.innerWidth;
156157
camCtx.canvas.height = window.innerHeight;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"email": "phyxtgearspro@gmail.com",
88
"url": "http://phyxtgears.org"
99
},
10-
"version": "v0.4.0",
10+
"version": "v0.4.1",
1111
"main": "main.js",
1212
"scripts": {
1313
"start": "electron .",

0 commit comments

Comments
 (0)