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

Small reusable guidance panel for tutorials, lab pages, and active objectives. More...

Go to the source code of this file.

Namespaces

namespace  guidance_panel
 

Variables

 guidance_panel.Dictionary
 Create a reusable guidance panel under the provided parent.
 
 guidance_panel.panel
 
 guidance_panel.name
 
 guidance_panel.size_flags_horizontal
 
 guidance_panel.body
 
 guidance_panel.Control
 
 guidance_panel.title_row
 
 guidance_panel.title_parent = title_row
 
 guidance_panel.title = panel.get_node_or_null("Body/TitleRow/Title")
 
 guidance_panel.text
 
 guidance_panel.close
 
 guidance_panel.custom_minimum_size
 
 guidance_panel.callback
 
 guidance_panel.visible
 
 guidance_panel.autowrap_mode
 
 guidance_panel.style
 
 guidance_panel.bg_color
 
 guidance_panel.border_color
 
 guidance_panel.content_margin_left
 
 guidance_panel.content_margin_right
 
 guidance_panel.content_margin_top
 
 guidance_panel.content_margin_bottom
 

Detailed Description

Small reusable guidance panel for tutorials, lab pages, and active objectives.

Games provide title/body text from data or scene state. The renderer owns the phone-friendly framed presentation so onboarding copy can move between menus, pause overlays, and gameplay screens without rebuilding controls.

Definition in file guidance_panel.gd.