mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:45:33 +00:00
Bullet freeze
This commit is contained in:
parent
57ff504628
commit
34a07342ac
31 changed files with 255 additions and 8 deletions
20
Scenes/Weapons/Bullets/Ice.tscn
Normal file
20
Scenes/Weapons/Bullets/Ice.tscn
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue