scripts: Remove last use of SF-VALUE

This patch replaces SF-VALUE in burn-in-anim.scm with
SF-ADJUSTMENT, allowing us to deprecate and remove
SF-VALUE from the API.
This commit is contained in:
Alx Sa 2024-09-24 13:12:25 +00:00
parent 60a0a0e598
commit 439a5c9831
1 changed files with 8 additions and 8 deletions

View File

@ -228,14 +228,14 @@
"January 2001"
"RGBA GRAYA INDEXEDA"
SF-ONE-OR-MORE-DRAWABLE
SF-COLOR _"Glow color" "white"
SF-TOGGLE _"Fadeout" FALSE
SF-VALUE _"Fadeout width" "100"
SF-VALUE _"Corona width" "7"
SF-VALUE _"After glow" "50"
SF-TOGGLE _"Add glowing" TRUE
SF-TOGGLE _"Prepare for GIF" FALSE
SF-VALUE _"Speed (pixels/frame)" "50"
SF-COLOR _"Glow color" "white"
SF-TOGGLE _"Fadeout" FALSE
SF-ADJUSTMENT _"Fadeout width" '(100 1 3000 1 10 0 SF-SPINNER)
SF-ADJUSTMENT _"Corona width" '(7 1 2342 1 10 0 SF-SPINNER)
SF-ADJUSTMENT _"After glow" '(50 1 1024 1 10 0 SF-SPINNER)
SF-TOGGLE _"Add glowing" TRUE
SF-TOGGLE _"Prepare for GIF" FALSE
SF-ADJUSTMENT _"Speed (pixels/frame)" '(50 1 1024 1 10 0 SF-SPINNER)
)
(script-fu-menu-register "script-fu-burn-in-anim"