many small changes, and few big ones
This commit is contained in:
parent
e8985f4e79
commit
a3ca623258
32 changed files with 391 additions and 247 deletions
10
reusable/conveyor/conveyor_segment.tscn
Normal file
10
reusable/conveyor/conveyor_segment.tscn
Normal file
|
@ -0,0 +1,10 @@
|
|||
[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")
|
Reference in a new issue