|
RapidGameFramework
Reusable Godot managers for data-driven small games
|
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 | |
| combat_card_slot_panel.autowrap_mode |
Definition at line 18 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.bg_color |
Definition at line 63 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.border_color |
Definition at line 64 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.button |
Definition at line 14 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.content_margin_bottom |
Definition at line 72 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.content_margin_left |
Definition at line 69 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.content_margin_right |
Definition at line 70 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.content_margin_top |
Definition at line 71 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.cooldown_ms |
Definition at line 25 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.custom_minimum_size |
Definition at line 17 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.damage |
Definition at line 28 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.Dictionary |
Create one active-slot button.
Definition at line 13 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.disabled |
Definition at line 22 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.energy |
Definition at line 27 of file combat_card_slot_panel.gd.
| str combat_card_slot_panel.footer = "Cooling %.1fs" % (float(cooldown_ms) / 1000.0) |
Definition at line 30 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.formatter |
Definition at line 13 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.mode |
Definition at line 52 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.name |
Definition at line 15 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.normal |
Definition at line 62 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.range |
Definition at line 53 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.size_flags_horizontal |
Definition at line 16 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.slot_label |
Definition at line 19 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.summary |
Definition at line 48 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.target_summary |
Definition at line 29 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.targeting |
Definition at line 50 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.text |
Definition at line 21 of file combat_card_slot_panel.gd.
| combat_card_slot_panel.title |
Definition at line 26 of file combat_card_slot_panel.gd.