|
RapidGameFramework
Reusable Godot managers for data-driven small games
|
Reusable compact popup renderer for game stats and progression counters. More...
Go to the source code of this file.
Namespaces | |
| namespace | stats_panel |
Variables | |
| stats_panel.layout_manager | |
| stats_panel.Dictionary | |
| Create a popup with a title, stat rows, and a Back button. | |
| stats_panel.popup | |
| stats_panel.name | |
| stats_panel.size | |
| stats_panel.content | |
| stats_panel.offset_left | |
| stats_panel.offset_top | |
| stats_panel.offset_right | |
| stats_panel.offset_bottom | |
| stats_panel.size_flags_horizontal | |
| stats_panel.size_flags_vertical | |
| stats_panel.title | |
| stats_panel.text | |
| stats_panel.horizontal_alignment | |
| stats_panel.scroll | |
| stats_panel.horizontal_scroll_mode | |
| stats_panel.body = popup.get_node_or_null("Content/Body") | |
| stats_panel.autowrap_mode | |
| stats_panel.close | |
| stats_panel.custom_minimum_size | |
| stats_panel.Callable | |
| stats_panel.popup_size | |
| stats_panel.last_section = section | |
| stats_panel.back | |
Reusable compact popup renderer for game stats and progression counters.
Definition in file stats_panel.gd.