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/reusable/conveyor/conveyor_segment.tscn

11 lines
364 B
Text
Raw Permalink Normal View History

2024-10-16 20:23:53 +02:00
[gd_scene load_steps=2 format=3 uid="uid://be7ki66sskav5"]
[ext_resource type="Script" path="res://core/polygon/polygon.gd" id="2_hf2op"]
[node name="ConveyorPart" type="AnimatableBody2D"]
sync_to_physics = false
[node name="P" type="CollisionPolygon2D" parent="."]
polygon = PackedVector2Array(-3, -4, -3, -0.1, 3, -0.1, 3, -4)
script = ExtResource("2_hf2op")