14 lines
505 B
Text
14 lines
505 B
Text
[gd_scene load_steps=3 format=3 uid="uid://cbynoofsjcl45"]
|
|
|
|
[ext_resource type="Script" path="res://core/polygon/polygon.gd" id="1_ga37f"]
|
|
|
|
[sub_resource type="OccluderPolygon2D" id="OccluderPolygon2D_81uph"]
|
|
|
|
[node name="Polygon" type="CollisionPolygon2D"]
|
|
script = ExtResource("1_ga37f")
|
|
|
|
[node name="Polygon2D" type="Polygon2D" parent="."]
|
|
|
|
[node name="LightOccluder2D" type="LightOccluder2D" parent="."]
|
|
editor_description = "For particle collisions"
|
|
occluder = SubResource("OccluderPolygon2D_81uph")
|