mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 11:05:54 +00:00
Colored boxes
This commit is contained in:
parent
62b0f88295
commit
877973d54d
25 changed files with 522 additions and 18 deletions
|
|
@ -80,6 +80,7 @@ collision_mask = 2
|
|||
script = ExtResource("1_cwpn7")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
visible = false
|
||||
shape = SubResource("CircleShape2D_ihal6")
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
|
|
@ -87,6 +88,7 @@ sprite_frames = SubResource("SpriteFrames_cirgn")
|
|||
animation = &"Closed"
|
||||
|
||||
[node name="RigidBody2D" type="RigidBody2D" parent="."]
|
||||
visible = false
|
||||
collision_layer = 64
|
||||
collision_mask = 10
|
||||
gravity_scale = 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue