many small changes, and few big ones

This commit is contained in:
ChaoticByte 2024-10-16 20:23:53 +02:00
parent e8985f4e79
commit a3ca623258
No known key found for this signature in database
32 changed files with 391 additions and 247 deletions

View 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")