mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
Remove panel nodes that don't have panels
Replace with Control nodes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
extends Panel
|
||||
extends Control
|
||||
|
||||
func _on_RichTextLabel_meta_clicked(meta):
|
||||
var err = OS.shell_open(meta)
|
||||
|
||||
Reference in New Issue
Block a user