This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rectangular/core/dynamic_polygon.tscn

15 lines
512 B
Text
Raw Normal View History

2024-09-26 20:10:56 +02:00
[gd_scene load_steps=3 format=3 uid="uid://cbynoofsjcl45"]
2024-09-25 21:18:58 +02:00
2024-09-27 20:32:47 +02:00
[ext_resource type="Script" path="res://core/dynamic_polygon.gd" id="1_ga37f"]
2024-09-25 21:18:58 +02:00
2024-09-28 14:44:17 +02:00
[sub_resource type="OccluderPolygon2D" id="OccluderPolygon2D_o46no"]
2024-09-26 20:10:56 +02:00
2024-09-25 21:18:58 +02:00
[node name="DynamicPolygon" type="CollisionPolygon2D"]
2024-09-27 20:32:47 +02:00
script = ExtResource("1_ga37f")
2024-09-25 21:18:58 +02:00
[node name="Polygon2D" type="Polygon2D" parent="."]
2024-09-26 20:10:56 +02:00
[node name="LightOccluder2D" type="LightOccluder2D" parent="."]
editor_description = "For particle collisions"
2024-09-28 14:44:17 +02:00
occluder = SubResource("OccluderPolygon2D_o46no")