Bullet freeze

This commit is contained in:
Marco 2025-04-26 11:24:20 +02:00
commit 34a07342ac
31 changed files with 255 additions and 8 deletions

View file

@ -0,0 +1,20 @@
[gd_scene load_steps=4 format=3 uid="uid://ckfhlsboy6mfr"]
[ext_resource type="Script" uid="uid://csw0c6gjcmx34" path="res://Scripts/Actors/Ice.cs" id="1_lwlxi"]
[ext_resource type="Texture2D" uid="uid://gkb4es8bcqtx" path="res://ExternalMaterial/BulletFreezeCrystal/BulletFreezeCrystal.png" id="2_0qvt4"]
[sub_resource type="CircleShape2D" id="CircleShape2D_2ofk8"]
radius = 9.05539
[node name="Ice" type="Area2D"]
collision_layer = 8
collision_mask = 136
script = ExtResource("1_lwlxi")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_2ofk8")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_0qvt4")
[connection signal="area_entered" from="." to="." method="OnAreaEntered"]