refonte de l'inspecteur #61
This commit is contained in:
@@ -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()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user