Add BP assets

This commit is contained in:
ForestOfLight
2025-04-15 09:35:12 -07:00
Unverified
parent 6a0f2ba376
commit f3dcdb217f
8 changed files with 106 additions and 118 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ export class Outliner {
dimension;
min = new Vector();
max = new Vector();
drawParticle = "minecraft:villager_happy";
drawFrequency = 8;
drawParticle = "structool:outline";
drawFrequency = 20;
#drawParticles = [];
#runner = null;