From aa90d5a797f842076d8fae5bf7ca56080ee5e7c5 Mon Sep 17 00:00:00 2001 From: Matteo Balugani Date: Sat, 30 Sep 2023 20:36:57 +0200 Subject: [PATCH] modifiche ignorabili --- entity/coin.tres | 3 +-- spawner/spawner.tscn | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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"]