-
Notifications
You must be signed in to change notification settings - Fork 2
ref_style
tacoen edited this page Jun 25, 2020
·
6 revisions
file | list |
---|---|
plugins/atm/atm-def.rpy | atm is default atm_frame atm_hbox atm_vbox atm_text is ramen_gui atm_button is gui_button atm_button_text is atm_text atm_onright is atm_button atm_onright_text is atm_button_text |
plugins/hud/ingame-hud.rpy | hud_stat_text is ramen_gui hud_stat_bar is bar hud_stat_bar_vital is hud_stat_bar hud_stat_bar_energy is hud_stat_bar hud_stat_bar_hygiene is hud_stat_bar |
plugins/hud/shortcut.rpy | shortcut_icon is ramen_icon shortcut_icon_text is ramen_icon_text shortcut_button is button shortcut_button_text is ramen_gui |
plugins/inventory/inventory-screen.rpy | inventory_detail_text inventory_detail_label_text inventory_action_button is button inventory_action_button_text is ramen_gui |
plugins/inventory/shop-screen.rpy | shop_text shop_detail_text inventory_detail_text inventory_detail_label_text shop_action_button is inventory_action_button shop_action_button_text is inventory_action_button_text |
plugins/rds/console.rpy | _console is _default _console_backdrop _console_vscrollbar is _vscrollbar _console_text is _default _console_input is _default _console_prompt is _console_text _console_input_text is _console_text _console_history is _default _console_history_item is _default _console_command is _default _console_command_text is _console_text _console_result is _default _console_result_text is _console_text _console_error_text is _console_text _console_trace is _default _console_trace_text is _default _console_trace_var is _console_trace_text _console_trace_value is _console_trace_text |
ramen/300-plugins.rpy | episode_detail_text |
smartphone/msg/sms.rpy | sms_text is ramen_tex sms_button is button sms_button_text is sms_text sms_reply_button is sms_button sms_reply_button_text is sms_button_text sms_label_text is ramen_tex sms_reply_label sms_reply_label_text is ramen_tex |
theme/element/about.rpy | theme_credit is default theme_credit_text about_text is ramen_gui about_title about_label is ramen_label about_label_text is ramen_label_text |
theme/element/choice.rpy | vchoice_button is ramen_button_medium vchoice_button_text is ramen_button_medium_text |
theme/element/common.rpy | skip_frame is empty skip_text is ramen_gui skip_triangle is ramen_icon_text |
theme/element/files.rpy | page_label is ramen_label page_label_text is ramen_label_text page_button_text is ramen_gui page_label page_label_text page_button page_button_text is ramen_gui page_arrow is ramen_icon page_arrow_text is ramen_icon_text slot_button slot_button_text is ramen_gui slot_time_text is slot_button_text slot_name_text is slot_button_text |
theme/element/game-menu.rpy | 'menu_close_button' game_menu_frame game_menu_content_frame game_menu_viewport game_menu_vscrollbar game_menu_label game_menu_label_text game_menu_outer_frame is empty game_menu_navigation_frame is empty game_menu_content_frame is empty game_menu_viewport is gui_viewport game_menu_side is gui_side game_menu_scrollbar is gui_vscrollbar game_menu_label is ramen_label game_menu_label_text is ramen_label_text return_button is navigation_button return_button_text is navigation_button_text game_menu_outer_frame game_menu_navigation_frame |
theme/element/help.rpy | help_button is button help_button_text is button_text help_label is ramen_label help_label_text is ramen_gui help_text is ramen_gui |
theme/element/history.rpy | 'history_name' history_hbox history_name is ramen_label history_name_text is ramen_label_text history_text is ramen_tex |
theme/element/input.rpy | input_prompt input |
theme/element/main-menu.rpy | 'menu_start_button' main_menu_frame is empty main_menu_vbox is vbox main_menu_text is ramen_gui main_menu_version is main_menu_text main_menu_frame main_menu_title version main_menu_version |
theme/element/mobile.rpy | pref_vbox window radio_button check_button nvl_window main_menu_frame game_menu_outer_frame game_menu_navigation_frame game_menu_content_frame pref_vbox bar vbar scrollbar vscrollbar slider vslider slider_pref_vbox slider_pref_slider |
theme/element/modals.rpy | style['modal_button_text'].color).tint(.7) style['modal_button_text'].color).shade(.7) style['modal_frame'].xmaximum, style['modal_frame'].ymaximum) style['modal_frame'].right_padding modal_input |
theme/element/navigation.rpy | navigation_frame is frame navigation_icon is ramen_icon_text navigation_button is button navigation_button_text is ramen_gui |
theme/element/notify.rpy | notify_frame is frame notify_text is ramen_gui |
theme/element/nvl.rpy | nvl_window is default nvl_entry is default nvl_label is say_label nvl_dialogue is say_dialogue nvl_button is button nvl_button_text is button_text nvl_window nvl_entry nvl_label nvl_dialogue nvl_thought nvl_button nvl_button_text |
theme/element/preferences.rpy | sound_test is button pref_label is ramen_label pref_label_text is ramen_label_text radio_label is pref_label radio_label_text is pref_label_text check_label is pref_label check_label_text is pref_label_text slider_label is pref_label slider_label_text is pref_label_text slider_slider is ramen_slider radio_button_text is ramen_gui slider_button_text is radio_button_text check_button_text is radio_button_text mute_all_button is check_button mute_all_button_text is check_button_text sound_test_text is ramen_icon_text slider_hbox |
theme/element/quickmenu.rpy | quickmenu is default quickmenu_button is button quickmenu_button_text is ramen_icon_text |
theme/element/say.rpy | window is default namebox is default namebox_label is say_label window namebox say_label say_dialogue say_thought is say_dialogue |
theme/theme-define.rpy | style['ramen_button_text'].color).opacity(.7) style['ramen_button_text'].color).opacity(1) style['ramen_button_text'].color).opacity(.7) style['ramen_button_text'].color).opacity(.2) |
Generated Time: 06/25/20 22:35:01
Note This files created using ramen-dev makedoc() from working ramen ren'py project, same references may become a non existent.
Made with Ren'Py 7.3.5.606
Refs: Non-Class Function | Init Level | Labels