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

@ -1,18 +1,20 @@
[gd_scene load_steps=3 format=3 uid="uid://dqf665b540tfg"]
[ext_resource type="PackedScene" uid="uid://cbynoofsjcl45" path="res://core/polygon/polygon.tscn" id="1_xm2ft"]
[ext_resource type="PackedScene" uid="uid://b8cjp6hiqycxe" path="res://core/rain.tscn" id="2_31352"]
[ext_resource type="Script" path="res://core/polygon/polygon.gd" id="2_m4j53"]
[node name="Test" type="Node2D"]
position = Vector2(1680, 80)
[node name="StaticBody2D" type="StaticBody2D" parent="."]
[node name="Polygon" parent="StaticBody2D" instance=ExtResource("1_xm2ft")]
[node name="P" type="CollisionPolygon2D" parent="StaticBody2D"]
polygon = PackedVector2Array(-104, 232, -104, 320, 1024, 320, 1024, 232)
script = ExtResource("2_m4j53")
[node name="Polygon2" parent="StaticBody2D" instance=ExtResource("1_xm2ft")]
[node name="P2" type="CollisionPolygon2D" parent="StaticBody2D"]
polygon = PackedVector2Array(-208, 184, -144, 184, -144, -400, 1008, -400, 1008, 176, 1072, 176, 1072, -464, -208, -464)
script = ExtResource("2_m4j53")
[node name="Rain" parent="." instance=ExtResource("2_31352")]
position = Vector2(433.72, -396.25)