refonte de l'inspecteur #61

This commit is contained in:
2025-09-12 10:48:51 +02:00
parent 6687235094
commit 655b875759
16 changed files with 263 additions and 143 deletions

View File

@@ -22,5 +22,10 @@ func _on_mouse_entered():
func _on_mouse_excited():
Pointer.stop_inspect_entity(self)
func inspected_text():
return ""
func pointer_text():
return ""
func inspector_info() -> Inspector.Info:
return Inspector.Info.new(
pointer_text()
)