Audit-9 review : drop MovementAnimation from phase0 extract script
Reviewer flagged scripts/rig-extract-phase0.sh:49 as stale after Audit-9 deleted rig/anim/types/MovementAnimation.java. The script is one-shot tooling, but keep it coherent with the actual fork.
This commit is contained in:
@@ -46,7 +46,7 @@ cp -v "$SRC"/api/animation/property/*.java "$DST/anim/property/" 2>/dev/null
|
||||
|
||||
echo ""
|
||||
echo "=== 4. Animation types (filtrés + stubs combat pour JsonAssetLoader) ==="
|
||||
for f in DynamicAnimation StaticAnimation MovementAnimation LinkAnimation \
|
||||
for f in DynamicAnimation StaticAnimation LinkAnimation \
|
||||
ConcurrentLinkAnimation LayerOffAnimation EntityState \
|
||||
ActionAnimation AttackAnimation MainFrameAnimation; do
|
||||
# ActionAnimation/AttackAnimation/MainFrameAnimation seront simplifiés
|
||||
|
||||
Reference in New Issue
Block a user