Big refactor: Fix plugin issues when disabling/reenabling plugins (#598)
Co-authored-by: balloonpopper <5151242+balloonpopper@users.noreply.github.com> Co-authored-by: Duncan Brown <duncan@prometheussoftware.ca>
This commit is contained in:
@@ -279,8 +279,6 @@ texture = ExtResource( 2 )
|
||||
visible = false
|
||||
position = Vector2( 630, 471 )
|
||||
frames = SubResource( 7 )
|
||||
frame = 1
|
||||
playing = true
|
||||
|
||||
[node name="Polygon2D" type="Polygon2D" parent="."]
|
||||
modulate = Color( 1, 1, 1, 0 )
|
||||
|
||||
@@ -57,7 +57,7 @@ polygon = PoolVector2Array( 3, 421, 0, 107, 106, 65, 108, 356 )
|
||||
[node name="Position2D" type="Position2D" parent="Hotspots/l_door"]
|
||||
position = Vector2( 37.4521, 392.045 )
|
||||
script = ExtResource( 5 )
|
||||
global_id = "r12_l_exit"
|
||||
global_id = "r12_l_exit_interact_pos"
|
||||
|
||||
[node name="r_door" type="Area2D" parent="Hotspots"]
|
||||
script = ExtResource( 8 )
|
||||
|
||||
Reference in New Issue
Block a user