diff options
Diffstat (limited to 'scenes/Game.tscn')
| -rw-r--r-- | scenes/Game.tscn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scenes/Game.tscn b/scenes/Game.tscn index 96ba3c0..e53783b 100644 --- a/scenes/Game.tscn +++ b/scenes/Game.tscn @@ -33,8 +33,9 @@ script = ExtResource("5_s0nni") [node name="Entities" type="Node2D" parent="Map"] -[node name="InspectDetails" parent="Map" instance=ExtResource("5_qy1jj")] +[node name="InspectDetails" parent="Map" node_paths=PackedStringArray("map") instance=ExtResource("5_qy1jj")] visible = false +map = NodePath("..") [node name="InputHandler" type="Node" parent="."] script = ExtResource("3_s0nni") |
