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

Variables

 Dictionary
 Create one active-slot button.
 
 formatter
 
 button
 
 name
 
 size_flags_horizontal
 
 custom_minimum_size
 
 autowrap_mode
 
 slot_label
 
 text
 
 disabled
 
 cooldown_ms
 
 title
 
 energy
 
 damage
 
 target_summary
 
 footer = "Cooling %.1fs" % (float(cooldown_ms) / 1000.0)
 
 summary
 
 targeting
 
 mode
 
 range
 
 normal
 
 bg_color
 
 border_color
 
 content_margin_left
 
 content_margin_right
 
 content_margin_top
 
 content_margin_bottom
 

Variable Documentation

◆ autowrap_mode

combat_card_slot_panel.autowrap_mode

Definition at line 18 of file combat_card_slot_panel.gd.

◆ bg_color

combat_card_slot_panel.bg_color

Definition at line 63 of file combat_card_slot_panel.gd.

◆ border_color

combat_card_slot_panel.border_color

Definition at line 64 of file combat_card_slot_panel.gd.

◆ button

combat_card_slot_panel.button

Definition at line 14 of file combat_card_slot_panel.gd.

◆ content_margin_bottom

combat_card_slot_panel.content_margin_bottom

Definition at line 72 of file combat_card_slot_panel.gd.

◆ content_margin_left

combat_card_slot_panel.content_margin_left

Definition at line 69 of file combat_card_slot_panel.gd.

◆ content_margin_right

combat_card_slot_panel.content_margin_right

Definition at line 70 of file combat_card_slot_panel.gd.

◆ content_margin_top

combat_card_slot_panel.content_margin_top

Definition at line 71 of file combat_card_slot_panel.gd.

◆ cooldown_ms

combat_card_slot_panel.cooldown_ms

Definition at line 25 of file combat_card_slot_panel.gd.

◆ custom_minimum_size

combat_card_slot_panel.custom_minimum_size

Definition at line 17 of file combat_card_slot_panel.gd.

◆ damage

combat_card_slot_panel.damage

Definition at line 28 of file combat_card_slot_panel.gd.

◆ Dictionary

combat_card_slot_panel.Dictionary

Create one active-slot button.

Definition at line 13 of file combat_card_slot_panel.gd.

◆ disabled

combat_card_slot_panel.disabled

Definition at line 22 of file combat_card_slot_panel.gd.

◆ energy

combat_card_slot_panel.energy

Definition at line 27 of file combat_card_slot_panel.gd.

◆ footer

str combat_card_slot_panel.footer = "Cooling %.1fs" % (float(cooldown_ms) / 1000.0)

Definition at line 30 of file combat_card_slot_panel.gd.

◆ formatter

combat_card_slot_panel.formatter

Definition at line 13 of file combat_card_slot_panel.gd.

◆ mode

combat_card_slot_panel.mode

Definition at line 52 of file combat_card_slot_panel.gd.

◆ name

combat_card_slot_panel.name

Definition at line 15 of file combat_card_slot_panel.gd.

◆ normal

combat_card_slot_panel.normal

Definition at line 62 of file combat_card_slot_panel.gd.

◆ range

combat_card_slot_panel.range

Definition at line 53 of file combat_card_slot_panel.gd.

◆ size_flags_horizontal

combat_card_slot_panel.size_flags_horizontal

Definition at line 16 of file combat_card_slot_panel.gd.

◆ slot_label

combat_card_slot_panel.slot_label

Definition at line 19 of file combat_card_slot_panel.gd.

◆ summary

combat_card_slot_panel.summary

Definition at line 48 of file combat_card_slot_panel.gd.

◆ target_summary

combat_card_slot_panel.target_summary

Definition at line 29 of file combat_card_slot_panel.gd.

◆ targeting

combat_card_slot_panel.targeting

Definition at line 50 of file combat_card_slot_panel.gd.

◆ text

combat_card_slot_panel.text

Definition at line 21 of file combat_card_slot_panel.gd.

◆ title

combat_card_slot_panel.title

Definition at line 26 of file combat_card_slot_panel.gd.