diff --git a/game/presplash_background.png b/game/presplash_background.png index bdbbb7f3..70946d4a 100644 --- a/game/presplash_background.png +++ b/game/presplash_background.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a6512374cdb87334db5769d0e768896dd40756f7b9630fcacf76710366cf2d34 -size 218675 +oid sha256:d3c15511fab40a0d56d95c0a94c73d99ba4325d2d076bf9e7d2d5d90aefd892a +size 218364 diff --git a/game/scripts/animations/common.rpy b/game/scripts/animations/common.rpy index 2e5d1cf4..ab56e70d 100644 --- a/game/scripts/animations/common.rpy +++ b/game/scripts/animations/common.rpy @@ -341,54 +341,54 @@ image title_ani: pause.1 repeat - #sparkle - contains: - animation - xpos 798 - ypos 200 - xanchor 0.5 - yanchor 0.5 - zoom 0.0 - "images/title/sparkle.webp" - linear 0.8 zoom 1.0 - linear 0.5 zoom 0.0 - pause 5 - repeat + # #sparkle + # contains: + # animation + # xpos 798 + # ypos 200 + # xanchor 0.5 + # yanchor 0.5 + # zoom 0.0 + # "images/title/sparkle.webp" + # linear 0.8 zoom 1.0 + # linear 0.5 zoom 0.0 + # pause 5 + # repeat - #shine silver (synchronized) - contains: - animation - xpos 848 - ypos 230 - xanchor 0.5 - yanchor 0.5 - zoom 0.0 - "images/title/sparkle.webp" - pause 1.3 - linear 0.5 zoom 1.0 - linear 0.5 zoom 0.0 + # #shine silver (synchronized) + # contains: + # animation + # xpos 848 + # ypos 230 + # xanchor 0.5 + # yanchor 0.5 + # zoom 0.0 + # "images/title/sparkle.webp" + # pause 1.3 + # linear 0.5 zoom 1.0 + # linear 0.5 zoom 0.0 - xpos 870 - ypos 205 - linear 0.5 zoom 1.0 - linear 0.5 zoom 0.0 + # xpos 870 + # ypos 205 + # linear 0.5 zoom 1.0 + # linear 0.5 zoom 0.0 - xpos 914 - ypos 227 - linear 0.5 zoom 1.0 - linear 0.5 zoom 0.0 + # xpos 914 + # ypos 227 + # linear 0.5 zoom 1.0 + # linear 0.5 zoom 0.0 - xpos 948 - ypos 233 - linear 0.5 zoom 1.0 - linear 0.5 zoom 0.0 + # xpos 948 + # ypos 233 + # linear 0.5 zoom 1.0 + # linear 0.5 zoom 0.0 - xpos 999 - ypos 226 - linear 0.5 zoom 1.0 - linear 0.5 zoom 0.0 - pause 12.6 - repeat + # xpos 999 + # ypos 226 + # linear 0.5 zoom 1.0 + # linear 0.5 zoom 0.0 + # pause 12.6 + # repeat # Other game menu background image menu_ani: diff --git a/game/scripts/gui/_images_.rpy b/game/scripts/gui/_images_.rpy index 525d3b65..39ddc9e9 100644 --- a/game/scripts/gui/_images_.rpy +++ b/game/scripts/gui/_images_.rpy @@ -91,53 +91,53 @@ image game_title: #TODO Add sparkle to game logo # #sparkle - contains: - subpixel True - xpos 50 - ypos 200 - xanchor 0.5 - yanchor 0.5 - zoom 0.0 - "gui/main_menu/sparkle.webp" - linear 0.8 zoom 1.0 - linear 0.5 zoom 0.0 - pause 5 - repeat + # contains: + # subpixel True + # xpos 50 + # ypos 200 + # xanchor 0.5 + # yanchor 0.5 + # zoom 0.0 + # "gui/main_menu/sparkle.webp" + # linear 0.8 zoom 1.0 + # linear 0.5 zoom 0.0 + # pause 5 + # repeat - # #shine silver (synchronized) - contains: - subpixel True - xpos 115 - ypos 222 - xanchor 0.5 - yanchor 0.5 - zoom 0.0 - "images/title/sparkle.webp" - pause 1.3 - linear 0.5 zoom 1.0 - linear 0.5 zoom 0.0 + # # #shine silver (synchronized) + # contains: + # subpixel True + # xpos 115 + # ypos 222 + # xanchor 0.5 + # yanchor 0.5 + # zoom 0.0 + # "images/title/sparkle.webp" + # pause 1.3 + # linear 0.5 zoom 1.0 + # linear 0.5 zoom 0.0 - xpos 135 - ypos 192 - linear 0.5 zoom 1.0 - linear 0.5 zoom 0.0 + # xpos 135 + # ypos 192 + # linear 0.5 zoom 1.0 + # linear 0.5 zoom 0.0 - xpos 186 - ypos 217 - linear 0.5 zoom 1.0 - linear 0.5 zoom 0.0 + # xpos 186 + # ypos 217 + # linear 0.5 zoom 1.0 + # linear 0.5 zoom 0.0 - xpos 220 - ypos 223 - linear 0.5 zoom 1.0 - linear 0.5 zoom 0.0 + # xpos 220 + # ypos 223 + # linear 0.5 zoom 1.0 + # linear 0.5 zoom 0.0 - xpos 275 - ypos 220 - linear 0.5 zoom 1.0 - linear 0.5 zoom 0.0 - pause 12.6 - repeat + # xpos 275 + # ypos 220 + # linear 0.5 zoom 1.0 + # linear 0.5 zoom 0.0 + # pause 12.6 + # repeat image candle_fire: "gui/main_menu/candle/fire_01.webp"