Expand bubble menu presentation
This commit is contained in:
parent
359a96f6e2
commit
f04d8db8ac
10 changed files with 1016 additions and 165 deletions
|
|
@ -11,8 +11,8 @@ extends Control
|
|||
@export var compact_maximum_layout_size: Vector2 = Vector2.ZERO
|
||||
@export var compact_width_threshold: float = 680.0
|
||||
@export var compact_height_threshold: float = 500.0
|
||||
@export_range(0.1, 2.0, 0.01) var outgoing_rise_duration: float = 0.95
|
||||
@export_range(0.1, 2.0, 0.01) var incoming_rise_duration: float = 1.05
|
||||
@export_range(0.1, 2.0, 0.01) var outgoing_rise_duration: float = 1.70
|
||||
@export_range(0.1, 2.0, 0.01) var incoming_rise_duration: float = 1.85
|
||||
@export_range(0.0, 128.0, 1.0) var transition_safe_margin: float = 24.0
|
||||
|
||||
var _cluster: BubbleCluster
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue