refonte du système de chunk et correction de bug/traduction
This commit is contained in:
@@ -165,7 +165,7 @@ func update_card():
|
||||
|
||||
|
||||
func update_inspector():
|
||||
if player and not get_tree().paused:
|
||||
if player and (get_tree() and not get_tree().paused):
|
||||
if can_interact and current_inspect and current_inspect is Interactable:
|
||||
%Action.visible = true
|
||||
%ActionText.text = current_inspect.interact_text()
|
||||
|
||||
Reference in New Issue
Block a user