mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-21 23:34:18 +00:00
Move GravityFromGyro outside Bottle
This commit is contained in:
parent
0d06d95123
commit
83962f7edb
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,6 @@ script = ExtResource("1_i3ly0")
|
|||
|
||||
[node name="Bottle" parent="." instance=ExtResource("1_y7o2l")]
|
||||
|
||||
[node name="GravityFromGyro" parent="Bottle" instance=ExtResource("2_h2pfr")]
|
||||
|
||||
[node name="TimeSpawner" parent="." node_paths=PackedStringArray("target") instance=ExtResource("3_qwsty")]
|
||||
position = Vector2(136, 40)
|
||||
scene = ExtResource("4_e5nwi")
|
||||
|
@ -44,4 +42,6 @@ overlapping_body_count_limit = 4
|
|||
position = Vector2(0, 40)
|
||||
shape = SubResource("RectangleShape2D_4uksi")
|
||||
|
||||
[node name="GravityFromGyro" parent="." instance=ExtResource("2_h2pfr")]
|
||||
|
||||
[connection signal="timeout" from="TimeSpawner/Timer" to="TimeSpawner" method="spawn"]
|
||||
|
|
Loading…
Reference in a new issue