diff --git a/game/screens.rpy b/game/screens.rpy index 84e69f6..c907138 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -653,9 +653,9 @@ screen gallery_panel(): padding (0, 0, 0, 0) add "images/gallery/icon_gallery.png": - xfill True - yfill True fit "contain" + xsize 112 + ysize 112 text "画廊": xalign 0.5 @@ -749,9 +749,9 @@ screen yitao_gallery(): action [Function(mark_photo_seen, _pid), ShowScreen("gallery_detail", photo=photo)] add photo["file"]: - xfill True - yfill True fit "cover" + xsize 425 + ysize 567 else: ## 未解锁:锁定状态 @@ -845,8 +845,8 @@ screen gallery_detail(photo): xalign 0.5 yalign 0.5 fit "contain" - xmaximum 960 - ymaximum 1008 + xsize 960 + ysize 1008 ## 右栏:文字信息(45%,xsize 864) frame: