This commit is contained in:
2024-08-05 12:06:10 +02:00
parent d41fefe098
commit 7259b53176
9 changed files with 61 additions and 31 deletions

View File

@@ -37,11 +37,11 @@ function rotate(pos: Vector3, angle: number) {
return vector3(newX, pos.y, newZ);
}
const particleData = new MolangVariableMap().setColorRGB("variable.color", {
const particleData = new MolangVariableMap();
particleData.setColorRGB("variable.color", {
red: 1,
green: 1,
blue: 1,
alpha: 1,
});
function drawArrow(offsetPos: Vector3) {