All of the assets are finally here
description in release!
This commit is contained in:
@@ -323,6 +323,8 @@ screen navigation():
|
||||
|
||||
textbutton _("אודות") action ShowMenu("about")
|
||||
|
||||
textbutton _("גלריה") action ShowMenu("gallery")
|
||||
|
||||
if renpy.variant("pc") or (renpy.variant("web") and not renpy.variant("mobile")):
|
||||
|
||||
## Help isn't necessary or relevant to mobile devices.
|
||||
@@ -346,6 +348,7 @@ style navigation_button_text:
|
||||
properties gui.text_properties("navigation_button")
|
||||
|
||||
|
||||
|
||||
## Main Menu screen ############################################################
|
||||
##
|
||||
## Used to display the main menu when Ren'Py starts.
|
||||
@@ -504,7 +507,6 @@ style return_button_text is navigation_button_text
|
||||
style game_menu_outer_frame:
|
||||
bottom_padding 45
|
||||
top_padding 180
|
||||
|
||||
background "gui/overlay/game_menu.png"
|
||||
|
||||
style game_menu_navigation_frame:
|
||||
@@ -515,6 +517,7 @@ style game_menu_content_frame:
|
||||
left_margin 60
|
||||
right_margin 30
|
||||
top_margin 15
|
||||
xoffset -390
|
||||
|
||||
style game_menu_viewport:
|
||||
xsize 1380
|
||||
@@ -526,7 +529,8 @@ style game_menu_side:
|
||||
spacing 15
|
||||
|
||||
style game_menu_label:
|
||||
xpos 75
|
||||
xpos 1445
|
||||
xalign 1.0
|
||||
ysize 180
|
||||
|
||||
style game_menu_label_text:
|
||||
@@ -537,7 +541,7 @@ style game_menu_label_text:
|
||||
style return_button:
|
||||
xpos gui.navigation_xpos
|
||||
yalign 1.0
|
||||
yoffset -45
|
||||
yoffset -100
|
||||
|
||||
|
||||
## About screen ################################################################
|
||||
@@ -560,6 +564,7 @@ screen about():
|
||||
|
||||
vbox:
|
||||
label "הכנס הראשון שלי"
|
||||
|
||||
text _("גרסא [config.version!t]\n")
|
||||
|
||||
## gui.about is usually set in options.rpy.
|
||||
@@ -572,8 +577,11 @@ style about_label:
|
||||
xalign 1.0
|
||||
style about_label_text:
|
||||
xalign 1.0
|
||||
text_align 1.0
|
||||
style about_text:
|
||||
xalign 1.0
|
||||
text_align 1.0
|
||||
color "#000000"
|
||||
style about_label_text:
|
||||
size gui.label_text_size
|
||||
xalign 1.0
|
||||
@@ -737,10 +745,10 @@ screen preferences():
|
||||
|
||||
tag menu
|
||||
|
||||
use game_menu(_("Preferences"), scroll="viewport"):
|
||||
|
||||
use game_menu(_("הגדרות"), scroll="viewport"):
|
||||
|
||||
vbox:
|
||||
|
||||
xoffset 128
|
||||
hbox:
|
||||
box_wrap True
|
||||
|
||||
@@ -903,7 +911,7 @@ screen history():
|
||||
## Avoid predicting this screen, as it can be very large.
|
||||
predict False
|
||||
|
||||
use game_menu(_("History"), scroll=("vpgrid" if gui.history_height else "viewport"), yinitial=1.0, spacing=gui.history_spacing):
|
||||
use game_menu(_("היסטוריה"), scroll=("vpgrid" if gui.history_height else "viewport"), yinitial=1.0, spacing=gui.history_spacing):
|
||||
|
||||
style_prefix "history"
|
||||
|
||||
@@ -943,7 +951,9 @@ style history_window is empty
|
||||
|
||||
style history_name is gui_label
|
||||
style history_name_text is gui_label_text
|
||||
style history_text is gui_text
|
||||
style history_text:
|
||||
font "Assistant-Regular.ttf"
|
||||
color "#2c2c2c"
|
||||
|
||||
style history_label is gui_label
|
||||
style history_label_text is gui_label_text
|
||||
@@ -1526,17 +1536,17 @@ screen quick_menu():
|
||||
zorder 100
|
||||
|
||||
if quick_menu:
|
||||
|
||||
add Color((0, 0, 0, 178)) xalign 0.5 yalign 1.0 size(850, 70) #add this and adjust the size and color as required
|
||||
hbox:
|
||||
style_prefix "quick"
|
||||
|
||||
|
||||
xalign 0.5
|
||||
yalign 1.0
|
||||
yalign 0.98
|
||||
|
||||
textbutton _("Back") action Rollback()
|
||||
textbutton _("Skip") action Skip() alternate Skip(fast=True, confirm=True)
|
||||
textbutton _("Auto") action Preference("auto-forward", "toggle")
|
||||
textbutton _("Menu") action ShowMenu()
|
||||
textbutton _("חזור") action Rollback()
|
||||
textbutton _("דלג") action Skip() alternate Skip(fast=True, confirm=True)
|
||||
textbutton _("מעבר אוטומטי") action Preference("auto-forward", "toggle")
|
||||
textbutton _("תפריט") action ShowMenu()
|
||||
|
||||
|
||||
style window:
|
||||
@@ -1570,6 +1580,7 @@ style game_menu_navigation_frame:
|
||||
style game_menu_content_frame:
|
||||
variant "small"
|
||||
top_margin 0
|
||||
xpos -90
|
||||
|
||||
style pref_vbox:
|
||||
variant "small"
|
||||
|
||||
Reference in New Issue
Block a user