File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ This test highlights the fundamental flaw in traditional Zone-Centric libraries.
8787Add the following to your wally.toml file:
8888
8989``` toml
90- ldgerrits/quickzone@^1.3.185
90+ ldgerrits/quickzone@^1.3.186
9191```
9292
9393### NPM
Original file line number Diff line number Diff line change 11{
22 "name" : " @rbxts/quickzone" ,
3- "version" : " 1.3.185 " ,
3+ "version" : " 1.3.186 " ,
44 "description" : " A high-performance, physics-free spatial query library for Roblox. Maintain 60 FPS with 1M+ zones." ,
55 "main" : " src/init.lua" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11--!strict
2- --v1.3.185 • LDGerrits
2+ --v1.3.186 • LDGerrits
33--[=[
44 @class QuickZone
55
6- A high-performance, physics-free spatial query library for Roblox. Maintain 60 FPS with 1M+ zones with near-zero performance impact .
6+ A high-performance, physics-free spatial query library for Roblox. Maintain 60 FPS with 1M+ zones.
77]=]
88
99local RunService = game :GetService ('RunService' )
Original file line number Diff line number Diff line change 11[package ]
22name = " ldgerrits/quickzone"
3- description = " A high-performance, physics-free spatial query library for Roblox. Maintain 60 FPS with 1M+ zones with near-zero performance impact ."
4- version = " 1.3.185 "
3+ description = " A high-performance, physics-free spatial query library for Roblox. Maintain 60 FPS with 1M+ zones."
4+ version = " 1.3.186 "
55registry = " https://github.com/UpliftGames/wally-index"
66realm = " shared"
77license = " MIT"
@@ -12,14 +12,14 @@ exclude = [
1212 " .gitignore" ,
1313 " .styluaignore" ,
1414 " README.md" ,
15+ " moonwave.toml" ,
1516 " rokit.toml" ,
1617 " stylua.toml" ,
1718 " selene.toml" ,
1819 " sourcemap.json" ,
1920 " package.json" ,
2021 " examples.project.json" ,
2122 " serve.project.json" ,
22- " moonwave.toml" ,
2323 " build" ,
2424 " build.rbxl" ,
2525 " build.rbxl.lock" ,
You can’t perform that action at this time.
0 commit comments