mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 19:53:47 +00:00
Long Box
This commit is contained in:
parent
b7defbb209
commit
83e8b9081c
7 changed files with 96 additions and 4 deletions
|
|
@ -29,11 +29,13 @@ metadata/_edit_group_ = true
|
|||
texture = SubResource("AtlasTexture_2brqc")
|
||||
|
||||
[node name="Damage_HitBox" type="CollisionShape2D" parent="."]
|
||||
visible = false
|
||||
shape = SubResource("CircleShape2D_8gtts")
|
||||
|
||||
[node name="RigidBody2D" type="RigidBody2D" parent="."]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D"]
|
||||
visible = false
|
||||
position = Vector2(0, 5)
|
||||
shape = SubResource("CircleShape2D_cacb5")
|
||||
|
||||
|
|
@ -42,6 +44,7 @@ collision_layer = 16
|
|||
collision_mask = 2
|
||||
|
||||
[node name="PlayerDetectionArea" type="CollisionShape2D" parent="PlayerDetection"]
|
||||
visible = false
|
||||
shape = SubResource("CircleShape2D_v711r")
|
||||
|
||||
[node name="ShootTimer" type="Timer" parent="."]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue