Skip to content

Commit

Permalink
🎥 add DEMO title above Flowey during laugh
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Oct 22, 2024
1 parent 59f92a8 commit 917260b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,27 @@ execute as @e[ \
] run function omegaflowey.entity:hostile/omega-flowey/animate/intro/brighten/as_root

$execute as $(arena_box_uuid) run function animated_java:omegaflowey_arena_box/variants/default/apply

summon minecraft:text_display -156.5 43.0625 76.0 { \
Tags: [ \
"omega-flowey-remastered", \
"directorial", \
"directorial-decorative", \
"demo-intro-title", \
], \
alignment: "center", \
background: 0, \
brightness: { block: 12, sky: 0 }, \
default_background: 0b, \
line_width: 200, \
see_through: 0b, \
shadow: 0b, \
text: '{ "text": "DEMO", "color": "yellow", "bold": true }', \
text_opacity: 255, \
transformation: { \
left_rotation: [0.0f, 0.92387956f, -0.38268352f, 0.0f], \
right_rotation: [0.0f, 0.0f, 0.0f, 1.0f], \
scale: [10.0f, 10.0f, 10.0f], \
translation: [0.0f, 0.0f, 0.0f] \
} \
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
# Remove tags
tag @s remove boss_fight.phase.cutscene

# Set arena box variant back to default
$execute as $(arena_box_uuid) run function animated_java:omegaflowey_arena_box/variants/default/apply
# Kill DEMO title
kill @e[ \
x=-156.5, y=43.0625, z=76.0, distance=..0.01, \
type=minecraft:text_display, \
tag=demo-intro-title, \
limit=1, \
]

# Begin animating largesidevines/nose at full speed
$execute as $(large_side_vine_left_uuid) run function omegaflowey.entity:hostile/omega-flowey/animate/large_side_vine/resume_normal_from_slow/left
Expand Down

0 comments on commit 917260b

Please sign in to comment.