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

Reusable objective checklist renderer for active runs, quests, and tutorials. More...

Go to the source code of this file.

Namespaces

namespace  objective_panel
 

Variables

 objective_panel.Dictionary
 Create a framed objective panel under a parent.
 
 objective_panel.root = PanelContainer.new()
 
 objective_panel.name
 
 objective_panel.size_flags_horizontal
 
 objective_panel.body
 
 objective_panel.title
 
 objective_panel.text
 
 objective_panel.rows
 
 objective_panel.row
 
 objective_panel.header
 
 objective_panel.mark
 
 objective_panel.custom_minimum_size
 
 objective_panel.label
 
 objective_panel.autowrap_mode
 
 objective_panel.tag
 
 objective_panel.horizontal_alignment
 
 objective_panel.detail_text
 
 objective_panel.detail
 
 objective_panel.reward_text
 
 objective_panel.reward
 
 objective_panel.style
 
 objective_panel.bg_color
 
 objective_panel.border_color
 
 objective_panel.content_margin_left
 
 objective_panel.content_margin_right
 
 objective_panel.content_margin_top
 
 objective_panel.content_margin_bottom
 

Detailed Description

Reusable objective checklist renderer for active runs, quests, and tutorials.

Definition in file objective_panel.gd.