rbxts-vex 1.0.5 → 1.0.6
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/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center">
|
|
2
2
|
<p>
|
|
3
|
-
<img src= />
|
|
3
|
+
<img src=https://i.imgur.com/EEJZQKb.png />
|
|
4
4
|
</p>
|
|
5
|
-
</div>
|
|
5
|
+
</div>
|
|
6
6
|
|
|
7
7
|
<div align="center">
|
|
8
8
|
<a href=https://www.npmjs.com/package/rbxts-vex>
|
|
@@ -18,7 +18,7 @@ An efficient, performance-minded voxel destruction model.
|
|
|
18
18
|
Created by EternalEthel/qrisquinn. Ported to Typescript for rbxts by savruun.
|
|
19
19
|
|
|
20
20
|
> [!IMPORTANT]
|
|
21
|
-
> This package is a port of [Vex 2.0](https://devforum.roblox.com/t/vex-20-remastered-for-your-voxel-destruction-needs/1619456) last updated in January of 2022 meaning this package is not updated anymore. I am also NOT currently in the rbxts
|
|
21
|
+
> This package is a port of [Vex 2.0](https://devforum.roblox.com/t/vex-20-remastered-for-your-voxel-destruction-needs/1619456) last updated in January of 2022 meaning this package is not updated anymore. I am also NOT currently in the rbxts org, this means you will have to drag rbxts-vex into your node_modules folder before use.
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
### Installation
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "rbxts-vex",
|
|
3
3
|
"main": "src/init.luau",
|
|
4
4
|
"types": "src/index.d.ts",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"description": "An efficient, performance-minded voxel destruction model. Created by EternalEthel/qrisquinn (same person).",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"author": "kunosyn",
|