RapidGameFramework
Reusable Godot managers for data-driven small games
Loading...
Searching...
No Matches
info_panel.gd File Reference

Builds compact, tabbed information panels for controls, rules, tutorials, and reference text. More...

Go to the source code of this file.

Namespaces

namespace  info_panel
 

Variables

 info_panel.Dictionary
 
 info_panel.name
 
 info_panel.size
 
 info_panel.int
 
 info_panel.offset_left
 
 info_panel.offset_top
 
 info_panel.offset_right
 
 info_panel.offset_bottom
 
 info_panel.text
 
 info_panel.horizontal_alignment
 
 info_panel.autowrap_mode
 
 info_panel.size_flags_horizontal
 
 info_panel.size_flags_vertical
 
 info_panel.custom_minimum_size
 
 info_panel.Callable
 
 info_panel.tabs
 
 info_panel.current_tab
 
 info_panel.horizontal_scroll_mode
 
 info_panel.Array
 
 info_panel.value
 

Detailed Description

Builds compact, tabbed information panels for controls, rules, tutorials, and reference text.

Games provide data dictionaries; the framework handles the responsive popup, scrolling pages, and tab navigation.

Definition in file info_panel.gd.