mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 22:43:46 +00:00
Enable selection and context menu for log output; add filter settings for 2D/3D weapon display
This commit is contained in:
parent
402893ec17
commit
4787cd6691
2 changed files with 29 additions and 0 deletions
|
|
@ -104,6 +104,8 @@ func _build_ui() -> void:
|
|||
log_output = RichTextLabel.new()
|
||||
log_output.bbcode_enabled = true
|
||||
log_output.scroll_following = true
|
||||
log_output.selection_enabled = true
|
||||
log_output.context_menu_enabled = true
|
||||
log_output.size_flags_horizontal = Control.SIZE_EXPAND_FILL
|
||||
log_output.size_flags_vertical = Control.SIZE_EXPAND_FILL
|
||||
log_scroll.add_child(log_output)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue