From 50a1ba1873504a857c2130f3a3a66a943282e3b3 Mon Sep 17 00:00:00 2001 From: Matteo Balugani Date: Sun, 1 Oct 2023 00:49:59 +0200 Subject: [PATCH] ? --- root.tscn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/root.tscn b/root.tscn index 35ea7ee..6c19925 100644 --- a/root.tscn +++ b/root.tscn @@ -1,9 +1,10 @@ -[gd_scene load_steps=5 format=3 uid="uid://cbccs6kwwf265"] +[gd_scene load_steps=6 format=3 uid="uid://cbccs6kwwf265"] [ext_resource type="PackedScene" uid="uid://bllsprv8orpn4" path="res://bottle/bottle.tscn" id="1_4fmd3"] [ext_resource type="PackedScene" uid="uid://c3kitncwpi42j" path="res://entity/coin_copper.tscn" id="2_dv01l"] [ext_resource type="PackedScene" uid="uid://d05b8jy3xmpcb" path="res://bottle/gravity_from_gyro.tscn" id="2_m7p4p"] [ext_resource type="PackedScene" uid="uid://c67lfbk4gf1ga" path="res://spawner/spawner.tscn" id="3_pubxn"] +[ext_resource type="PackedScene" uid="uid://cxtgmrrq432tc" path="res://convertitore.tscn" id="5_6hpcd"] [node name="Root" type="Node"] @@ -91,5 +92,8 @@ position = Vector2(23, -424) scene = ExtResource("2_dv01l") target_parent = NodePath("..") +[node name="Convertitore" parent="UI/GameContainer/Game" instance=ExtResource("5_6hpcd")] +position = Vector2(-110, -257) + [connection signal="pressed" from="UI/Rows/UpperButtons/SpawnButton" to="UI/GameContainer/Game/TouchSpawner" method="spawn"] [connection signal="timeout" from="UI/GameContainer/Game/Spawner/Timer2" to="UI/GameContainer/Game/Spawner" method="spawn"]