mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:45:33 +00:00
20 lines
761 B
Text
20 lines
761 B
Text
|
|
[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"]
|