mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-06 02:51:17 +00:00
Reisen
This commit is contained in:
parent
6fbbe7ee4c
commit
6d49455b3e
9 changed files with 118 additions and 7 deletions
|
|
@ -63,17 +63,18 @@ animations = [{
|
|||
[sub_resource type="CircleShape2D" id="CircleShape2D_bbnjh"]
|
||||
radius = 7.0
|
||||
|
||||
[node name="Fragola" type="Node2D"]
|
||||
|
||||
[node name="Fragola" type="RigidBody2D" parent="."]
|
||||
[node name="Fragola" type="RigidBody2D"]
|
||||
collision_layer = 4
|
||||
collision_mask = 7
|
||||
mass = 0.03
|
||||
gravity_scale = 0.0
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="Fragola"]
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
sprite_frames = SubResource("SpriteFrames_7uyln")
|
||||
animation = &"idle"
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Fragola"]
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_bbnjh")
|
||||
|
||||
[node name="Fragola" type="Node2D" parent="."]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue