now 'all' the file are in order

This commit is contained in:
BrixsBang 2025-09-17 18:11:23 +02:00
parent cdfe1089af
commit 5e392d259e
23 changed files with 23 additions and 23 deletions

View file

@ -2,7 +2,7 @@
[ext_resource type="Script" uid="uid://b2chtre60m62g" path="res://Script/base.gd" id="1_iwpok"]
[ext_resource type="PackedScene" uid="uid://mcavsjo6dgd0" path="res://Scene/player.tscn" id="3_x5x41"]
[ext_resource type="PackedScene" uid="uid://bk2nxxt5jfmhw" path="res://visto.tscn" id="4_pntdf"]
[ext_resource type="PackedScene" uid="uid://bk2nxxt5jfmhw" path="res://Scene/visto.tscn" id="4_pntdf"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_g5ejs"]
sky_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)

5
Scene/open_book.tscn Normal file
View file

@ -0,0 +1,5 @@
[gd_scene load_steps=2 format=3 uid="uid://b3divkll7y164"]
[ext_resource type="PackedScene" uid="uid://roh2pkd0qx72" path="res://Objects/open book.glb" id="1_jxyn1"]
[node name="open book" instance=ExtResource("1_jxyn1")]

View file

@ -1,9 +1,9 @@
[gd_scene load_steps=20 format=3 uid="uid://mcavsjo6dgd0"]
[ext_resource type="PackedScene" uid="uid://djswo64leq8be" path="res://Immagini/Instant Camera.glb" id="1_4flbx"]
[ext_resource type="PackedScene" uid="uid://roh2pkd0qx72" path="res://Immagini/open book.glb" id="1_58ae2"]
[ext_resource type="PackedScene" uid="uid://djswo64leq8be" path="res://Objects/Instant Camera.glb" id="1_4flbx"]
[ext_resource type="PackedScene" uid="uid://roh2pkd0qx72" path="res://Objects/open book.glb" id="1_58ae2"]
[ext_resource type="Script" uid="uid://cfekp6e2bhs4s" path="res://Scene/player.tres.gd" id="1_ivevv"]
[ext_resource type="Texture2D" uid="uid://dvyv0o1c7ynqq" path="res://Immagini/vector-target-aim-simple-zoom-focus-icon-camera-frame-photo-viewfinder-screen-line-symbol_536875-203(1).png" id="2_onrkg"]
[ext_resource type="Texture2D" uid="uid://dvyv0o1c7ynqq" path="res://Objects/vector-target-aim-simple-zoom-focus-icon-camera-frame-photo-viewfinder-screen-line-symbol_536875-203(1).png" id="2_onrkg"]
[ext_resource type="Shader" uid="uid://xp6bfrjh0pdg" path="res://ctr.gdshader" id="3_xa75v"]
[sub_resource type="CapsuleMesh" id="CapsuleMesh_hqtel"]

21
Scene/visto.tscn Normal file
View file

@ -0,0 +1,21 @@
[gd_scene load_steps=4 format=3 uid="uid://bk2nxxt5jfmhw"]
[ext_resource type="Script" uid="uid://br3i356g3fo3f" path="res://Script/ball.gd" id="1_6drh8"]
[sub_resource type="SphereShape3D" id="SphereShape3D_u2vub"]
[sub_resource type="SphereMesh" id="SphereMesh_lqgjk"]
[node name="focus" type="StaticBody3D" groups=["punti focus"]]
script = ExtResource("1_6drh8")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("SphereShape3D_u2vub")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("SphereMesh_lqgjk")
[node name="VisibleOnScreenNotifier3D" type="VisibleOnScreenNotifier3D" parent="."]
[connection signal="screen_entered" from="VisibleOnScreenNotifier3D" to="." method="_on_visible_on_screen_notifier_3d_screen_entered"]
[connection signal="screen_exited" from="VisibleOnScreenNotifier3D" to="." method="_on_visible_on_screen_notifier_3d_screen_exited"]