Added descriptions for Options screen options, tweaked appearance of Options screen, fixed SpriteWindow#back_opacity not applying to all parts of the window graphic

This commit is contained in:
Maruno17
2022-01-03 19:54:31 +00:00
parent 3f51ab44e4
commit 6d23d0101a
2 changed files with 133 additions and 113 deletions

View File

@@ -485,12 +485,12 @@ class SpriteWindow < Window
@sprites["contents"].bitmap = @contents
if haveskin
4.times do |i|
@sprites["corner#{i}"].opacity = @opacity
@sprites["corner#{i}"].opacity = backopac
@sprites["corner#{i}"].tone = @tone
@sprites["corner#{i}"].color = @color
@sprites["corner#{i}"].visible = @visible
@sprites["corner#{i}"].blend_type = @blend_type
@sprites["side#{i}"].opacity = @opacity
@sprites["side#{i}"].opacity = backopac
@sprites["side#{i}"].tone = @tone
@sprites["side#{i}"].color = @color
@sprites["side#{i}"].blend_type = @blend_type