mirror of
https://github.com/Steffo99/swear-jar.git
synced 2025-02-16 14:13:58 +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="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")]
|
[node name="TimeSpawner" parent="." node_paths=PackedStringArray("target") instance=ExtResource("3_qwsty")]
|
||||||
position = Vector2(136, 40)
|
position = Vector2(136, 40)
|
||||||
scene = ExtResource("4_e5nwi")
|
scene = ExtResource("4_e5nwi")
|
||||||
|
@ -44,4 +42,6 @@ overlapping_body_count_limit = 4
|
||||||
position = Vector2(0, 40)
|
position = Vector2(0, 40)
|
||||||
shape = SubResource("RectangleShape2D_4uksi")
|
shape = SubResource("RectangleShape2D_4uksi")
|
||||||
|
|
||||||
|
[node name="GravityFromGyro" parent="." instance=ExtResource("2_h2pfr")]
|
||||||
|
|
||||||
[connection signal="timeout" from="TimeSpawner/Timer" to="TimeSpawner" method="spawn"]
|
[connection signal="timeout" from="TimeSpawner/Timer" to="TimeSpawner" method="spawn"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue