1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-22 07:44:17 +00:00
swear-jar/converters/shield_converter_obstruction_shape.tscn

10 lines
383 B
Text
Raw Normal View History

2023-10-14 00:27:55 +00:00
[gd_scene load_steps=2 format=3 uid="uid://o8kq85q3qtl4"]
2023-10-02 15:53:13 +00:00
[sub_resource type="ConvexPolygonShape2D" id="ConvexPolygonShape2D_cfy64"]
points = PackedVector2Array(-15, 9, -6, 15, 5, 15, 15, 9, 15, -16, -15, -16)
2023-10-02 15:53:13 +00:00
2023-10-14 00:27:55 +00:00
[node name="ShieldConverterObstructionShape" type="CollisionShape2D"]
z_index = 2
shape = SubResource("ConvexPolygonShape2D_cfy64")
2023-10-14 00:27:55 +00:00
debug_color = Color(0, 0, 0, 0.141176)