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

11 lines
320 B
Text
Raw Normal View History

2024-09-25 21:18:58 +02:00
[gd_scene load_steps=2 format=3 uid="uid://cbynoofsjcl45"]
[ext_resource type="Script" path="res://core/dynamic_polygon.gd" id="1_2pai0"]
[node name="DynamicPolygon" type="CollisionPolygon2D"]
script = ExtResource("1_2pai0")
update = null
[node name="Polygon2D" type="Polygon2D" parent="."]
color = Color(0, 0, 0, 1)