fix: correct change nodes of node type to node2d type to fix transition bug
This commit is contained in:
committed by
Julian Murgia
parent
59aff141a3
commit
1db0bc4a39
@@ -83,7 +83,7 @@ script = ExtResource( 1 )
|
||||
[node name="NavigationPolygonInstance" type="NavigationPolygonInstance" parent="walkable_area"]
|
||||
navpoly = SubResource( 1 )
|
||||
|
||||
[node name="Hotspots" type="Node" parent="."]
|
||||
[node name="Hotspots" type="Node2D" parent="."]
|
||||
|
||||
[node name="r_door" type="Area2D" parent="Hotspots"]
|
||||
pause_mode = 1
|
||||
|
||||
Reference in New Issue
Block a user