Trying different hologram location
This commit is contained in:
parent
616be8aea7
commit
6ff7c83d3e
@ -81,9 +81,10 @@ public class RecreationData
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Vector mid = loc.toVector().subtract(game.getJudgeSpawn().toVector()).multiply(0.5);
|
Vector mid = loc.toVector().subtract(game.getJudgeSpawn().toVector()).multiply(0.5);
|
||||||
// Location hologramLocation = loc.clone().add(mid).add(0, 2, 0);
|
Location hologramLocation = loc.clone().add(mid).add(0, 2, 0);
|
||||||
_hologram = new Hologram(game.getArcadeManager().getHologramManager(), loc.clone().add(0.5, game.BuildSize + 0.5, 0.5), C.cYellow + player.getName());
|
Location above = loc.clone().add(0.5, game.BuildSize + 0.5, 0.5);
|
||||||
|
_hologram = new Hologram(game.getArcadeManager().getHologramManager(), hologramLocation, C.cYellow + player.getName());
|
||||||
_hologram.start();
|
_hologram.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user