Skip to content

Commit

Permalink
πŸ› fix arena box being invisible when looking straight down
Browse files Browse the repository at this point in the history
- adding this `height` field makes it not cull when looking straight down during the red intro cutscene
  • Loading branch information
TheAfroOfDoom committed Oct 24, 2024
1 parent 1383fe0 commit ba160ed
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ tag @s add arena_box
# Store boss fight UUID to storage for later use
function gu:generate
data modify storage omegaflowey:bossfight arena_box_uuid set from storage gu:main out

execute on passengers if entity @s[tag=aj.omegaflowey_arena_box.bone] run \
data merge entity @s { height: -10.0f }

0 comments on commit ba160ed

Please sign in to comment.