diff --git a/scenes/bip/bip.tscn b/scenes/bip/bip.tscn index 5ccfa85a..80801b2d 100644 --- a/scenes/bip/bip.tscn +++ b/scenes/bip/bip.tscn @@ -222,6 +222,8 @@ shader_parameter/speed = 71.0 [node name="threat" type="Control"] layout_mode = 3 anchors_preset = 0 +offset_right = 20.0 +offset_bottom = 20.0 script = ExtResource("1_h7l70") [node name="bip" type="Sprite2D" parent="."] @@ -258,3 +260,5 @@ material = SubResource("ShaderMaterial_lkrha") position = Vector2(10, 10) scale = Vector2(26, 26) texture = SubResource("PlaceholderTexture2D_svd33") + +[connection signal="gui_input" from="." to="." method="_on_bip_gui_input"]