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

Reusable renderer for categorized inventory stack panels. More...

Go to the source code of this file.

Namespaces

namespace  inventory_category_panel
 

Variables

 inventory_category_panel.Dictionary
 Create the panel grid under a parent container.
 
 inventory_category_panel.root = GridContainer.new()
 
 inventory_category_panel.name
 
 inventory_category_panel.columns = root.columns
 
 inventory_category_panel.size_flags_horizontal
 
 inventory_category_panel.panel
 
 inventory_category_panel.style
 
 inventory_category_panel.bg_color
 
 inventory_category_panel.border_color
 
 inventory_category_panel.border_width_left
 
 inventory_category_panel.border_width_right
 
 inventory_category_panel.border_width_top
 
 inventory_category_panel.border_width_bottom
 
 inventory_category_panel.corner_radius_top_left
 
 inventory_category_panel.corner_radius_top_right
 
 inventory_category_panel.corner_radius_bottom_left
 
 inventory_category_panel.corner_radius_bottom_right
 
 inventory_category_panel.content_margin_left
 
 inventory_category_panel.content_margin_right
 
 inventory_category_panel.content_margin_top
 
 inventory_category_panel.content_margin_bottom
 
 inventory_category_panel.body
 
 inventory_category_panel.title
 
 inventory_category_panel.text
 
 inventory_category_panel.horizontal_alignment
 
 inventory_category_panel.underline
 
 inventory_category_panel.custom_minimum_size
 
 inventory_category_panel.color
 
 inventory_category_panel.description
 
 inventory_category_panel.description_label
 
 inventory_category_panel.autowrap_mode
 
 inventory_category_panel.rows
 
 inventory_category_panel.empty
 
 inventory_category_panel.line
 
 inventory_category_panel.label
 
 inventory_category_panel.count
 

Detailed Description

Reusable renderer for categorized inventory stack panels.

Scenes pass category rows with display labels and counts. The renderer owns only presentation, so games can keep inventory rules in their managers while sharing a phone-friendly panel layout.

Definition in file inventory_category_panel.gd.