@quenty/draw 4.0.0 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/draw@4.1.0...@quenty/draw@4.1.1) (2022-08-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Disable CanQuery/CanTouch on debug line part ([#275](https://github.com/Quenty/NevermoreEngine/issues/275)) ([00c6cfd](https://github.com/Quenty/NevermoreEngine/commit/00c6cfd5958ba0cca8787f7976ab01bb45721cf2))
12
+
13
+
14
+
15
+
16
+
17
+ # [4.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/draw@4.0.0...@quenty/draw@4.1.0) (2022-06-21)
18
+
19
+ **Note:** Version bump only for package @quenty/draw
20
+
21
+
22
+
23
+
24
+
6
25
  # [4.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/draw@3.1.0...@quenty/draw@4.0.0) (2022-05-21)
7
26
 
8
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/draw",
3
- "version": "4.0.0",
3
+ "version": "4.1.1",
4
4
  "description": "A utility library to debug things in 3D space for Roblox.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,5 +28,5 @@
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
- "gitHead": "9f7eaea7543c33c89d2e32c38491b13f9271f4f7"
31
+ "gitHead": "0f42ea877636753d2ec56b04c03ffe225b6c2d84"
32
32
  }
@@ -100,8 +100,8 @@ function Draw.ray(ray, color, parent, meshDiameter, diameter)
100
100
  rotatedPart.Anchored = true
101
101
  rotatedPart.Archivable = false
102
102
  rotatedPart.CanCollide = false
103
- part.CanQuery = false
104
- part.CanTouch = false
103
+ rotatedPart.CanQuery = false
104
+ rotatedPart.CanTouch = false
105
105
  rotatedPart.CastShadow = false
106
106
  rotatedPart.CFrame = CFrame.new(ray.Origin, ray.Origin + ray.Direction)
107
107
  rotatedPart.Transparency = 1
@@ -236,7 +236,7 @@ function Draw._textOnAdornee(adornee, text, color)
236
236
  if tonumber(text) then
237
237
  textLabel.Font = Enum.Font.Code
238
238
  else
239
- textLabel.Font = Enum.Font.GothamSemibold
239
+ textLabel.Font = Enum.Font.GothamMedium
240
240
  end
241
241
 
242
242
  local textSize = TextService:GetTextSize(