RapidGameFramework
Reusable Godot managers for data-driven small games
Loading...
Searching...
No Matches
resource_bar Namespace Reference

Variables

 Dictionary
 
 prefix
 
 max_value
 
 value
 
 ratio
 
 border_width
 
 fill_color = Color(str(options.get("fill", "#63d978")))
 
 bg
 
 name
 
 position
 
 size
 
 color
 
 mouse_filter
 
 fill_rect
 
 fill
 
 label
 
 percent
 
 pieces
 
 node
 
 font_size
 
 shadow
 
 text
 
 horizontal_alignment
 
 vertical_alignment
 
 clip_contents
 

Variable Documentation

◆ bg

resource_bar.bg

Definition at line 25 of file resource_bar.gd.

◆ border_width

resource_bar.border_width

Definition at line 21 of file resource_bar.gd.

◆ clip_contents

resource_bar.clip_contents

Definition at line 94 of file resource_bar.gd.

◆ color

resource_bar.color

Definition at line 29 of file resource_bar.gd.

◆ Dictionary

resource_bar.Dictionary

Definition at line 14 of file resource_bar.gd.

◆ fill

resource_bar.fill

Definition at line 33 of file resource_bar.gd.

◆ fill_color

resource_bar.fill_color = Color(str(options.get("fill", "#63d978")))

Definition at line 22 of file resource_bar.gd.

◆ fill_rect

resource_bar.fill_rect

Definition at line 32 of file resource_bar.gd.

◆ font_size

resource_bar.font_size

Definition at line 77 of file resource_bar.gd.

◆ horizontal_alignment

resource_bar.horizontal_alignment

Definition at line 92 of file resource_bar.gd.

◆ label

resource_bar.label

Definition at line 41 of file resource_bar.gd.

◆ max_value

resource_bar.max_value

Definition at line 18 of file resource_bar.gd.

◆ mouse_filter

resource_bar.mouse_filter

Definition at line 30 of file resource_bar.gd.

◆ name

resource_bar.name

Definition at line 26 of file resource_bar.gd.

◆ node

resource_bar.node

Definition at line 67 of file resource_bar.gd.

◆ percent

resource_bar.percent

Definition at line 51 of file resource_bar.gd.

◆ pieces

resource_bar.pieces

Definition at line 60 of file resource_bar.gd.

◆ position

resource_bar.position

Definition at line 27 of file resource_bar.gd.

◆ prefix

resource_bar.prefix

Definition at line 17 of file resource_bar.gd.

◆ ratio

resource_bar.ratio

Definition at line 20 of file resource_bar.gd.

◆ shadow

resource_bar.shadow

Definition at line 79 of file resource_bar.gd.

◆ size

resource_bar.size

Definition at line 28 of file resource_bar.gd.

◆ text

resource_bar.text

Definition at line 89 of file resource_bar.gd.

◆ value

resource_bar.value

Definition at line 19 of file resource_bar.gd.

◆ vertical_alignment

resource_bar.vertical_alignment

Definition at line 93 of file resource_bar.gd.