From 7f4b463e4cfb531497815e056e9ebe8d656199f1 Mon Sep 17 00:00:00 2001 From: Jan Novak Date: Sun, 7 Jun 2026 17:01:08 +0200 Subject: [PATCH] chore: adjust paddys-endzone container and speed settings --- drills/html/paddys-endzone.html | 7 ++++--- drills/prompts.md | 24 ------------------------ 2 files changed, 4 insertions(+), 27 deletions(-) diff --git a/drills/html/paddys-endzone.html b/drills/html/paddys-endzone.html index 1b1feee..a8b0141 100644 --- a/drills/html/paddys-endzone.html +++ b/drills/html/paddys-endzone.html @@ -25,7 +25,8 @@ .container { width: 100%; - max-width: 650px; + height: 80%; + max-width: 450px; display: flex; flex-direction: column; gap: 15px; @@ -133,8 +134,8 @@
diff --git a/drills/prompts.md b/drills/prompts.md index c18b46f..8b13789 100644 --- a/drills/prompts.md +++ b/drills/prompts.md @@ -1,25 +1 @@ -Can you create ultimate frisbee drill animation for me? -``` -Drill: Paddy's endzone -Players: 2 short vertical stacks in the endzone separated by slightly bigger space in the middle, players in the stack are close together, one at the back and other on the front each of them moving independently on the other, one player in front of the endzone, about 10-20 metres away and 10 metres from the sideline -Field: - - Field has lines as ultimate frisbee field would have - - make proportions of the endzone and rest of the field realistic - - Field takes up whole width of the canvas - - It is enough to have only half of the field in the picture -Setup: H1 at the disc, H2,H4,H6 in the back stack - starting with H2 closest to back endzone libe, H3, H5, H7 in the front stack - starting with H3 closest to player with disc, whole front stack is fully in the endzone -Extra details: -- when you are showing pass in the animation make it at least in 3 frames -- make default speed faster and faster even faster, possibly add 2 more speed options, faster speed should not skip frames, it just should move quicker from one to another -- make sure players do not cut out of bounds -- allow to go through animation one step at a time -Steps: -1. H2 cuts to the oposite side of H1 with cut parallel to the back line and H1 throws around forehand over both stacks and hits H2 about 3 metres off the sideline curving to the receiver -2. H1 moves into position closest to the front of end zone of the back stack, whole back stack moves so that player closest to the back of endzone is on the same position last player was on the start of the drill -3. H3 cuts out of the endzone to similar place where H1 was, but on the other side and gets pass from H2 -4. H2 moves to the back of the front stack which moves in the way it now starts on the same spot as when we begun the drill -5. H4 cuts in the same way H2 cut in the step 1, only to the oposite side and H3 throws around backhand both stacks and hits H4 about 3 metres off the sideline curving to the receiver -7. H3 moves into position closest to the front of end zone of the back stack, whole back stack moves so that player closest to the back of endzone is on the same position last player was on the start of the drill -6. H5 cuts out of the endzone to place where H1 was, gets pass from H4, H4 moves to the back of the front stack -```