Add categorized Logbook foundation
This commit is contained in:
parent
b3880c9e2b
commit
969ed8f10f
13 changed files with 1001 additions and 68 deletions
|
|
@ -100,6 +100,13 @@ func request_close_confirmation() -> bool:
|
|||
return true
|
||||
|
||||
|
||||
func has_modal_confirmation() -> bool:
|
||||
return (
|
||||
_discard_confirmation != null
|
||||
and _discard_confirmation.visible
|
||||
)
|
||||
|
||||
|
||||
func _build_ui() -> void:
|
||||
var paper := PanelContainer.new()
|
||||
paper.set_anchors_preset(Control.PRESET_FULL_RECT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue