many small changes, and few big ones

This commit is contained in:
ChaoticByte 2024-10-16 20:23:53 +02:00
parent e8985f4e79
commit a3ca623258
No known key found for this signature in database
32 changed files with 391 additions and 247 deletions

View file

@ -1,8 +1,8 @@
[gd_scene load_steps=3 format=3 uid="uid://cbynoofsjcl45"]
[gd_scene load_steps=3 format=3 uid="uid://c7cflclgotwsr"]
[ext_resource type="Script" path="res://core/polygon/polygon.gd" id="1_ga37f"]
[sub_resource type="OccluderPolygon2D" id="OccluderPolygon2D_2cqf3"]
[sub_resource type="OccluderPolygon2D" id="OccluderPolygon2D_b1ir8"]
[node name="Polygon" type="CollisionPolygon2D"]
script = ExtResource("1_ga37f")
@ -11,4 +11,4 @@ script = ExtResource("1_ga37f")
[node name="LightOccluder2D" type="LightOccluder2D" parent="."]
editor_description = "For particle collisions"
occluder = SubResource("OccluderPolygon2D_2cqf3")
occluder = SubResource("OccluderPolygon2D_b1ir8")