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/polygon/polygon.tscn

15 lines
505 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
[ext_resource type="Script" path="res://core/polygon/polygon.gd" id="1_ga37f"]
2024-09-25 21:18:58 +02:00
[sub_resource type="OccluderPolygon2D" id="OccluderPolygon2D_2cqf3"]
2024-09-26 20:10:56 +02:00
2024-09-30 20:39:17 +02:00
[node name="Polygon" 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"
occluder = SubResource("OccluderPolygon2D_2cqf3")