diff --git a/entity/coin.tres b/entity/coin.tres index 3105d8a..8799c73 100644 --- a/entity/coin.tres +++ b/entity/coin.tres @@ -1,5 +1,4 @@ -[gd_resource type="PhysicsMaterial" format=3 uid="uid://c6kn1an85lccr"] +[gd_resource type="PhysicsMaterial" format=3 uid="uid://wjrjkmxp41dt"] [resource] rough = true -bounce = 0.3 diff --git a/spawner/spawner.tscn b/spawner/spawner.tscn index 91a3670..fb47b82 100644 --- a/spawner/spawner.tscn +++ b/spawner/spawner.tscn @@ -6,7 +6,7 @@ script = ExtResource("1_xqfmg") [node name="Timer" type="Timer" parent="."] -wait_time = 2.908 +wait_time = 0.008 autostart = true [connection signal="timeout" from="Timer" to="." method="spawn"]