From e5c3ed714be4eda1f477db148287190e6841f168 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 25 Nov 2023 16:50:06 +0100 Subject: [PATCH 1/5] comm-it --- Buccia.gd | 15 ++---- Root.tscn | 77 +++++++++++++++++++----------- models/banana.glb.import | 32 +++++++++++++ models/banana_palette1.png | Bin 0 -> 281 bytes models/banana_palette1.png.import | 36 ++++++++++++++ obstacles/buccia.tscn | 19 ++++++++ 6 files changed, 139 insertions(+), 40 deletions(-) create mode 100644 models/banana.glb.import create mode 100644 models/banana_palette1.png create mode 100644 models/banana_palette1.png.import create mode 100644 obstacles/buccia.tscn diff --git a/Buccia.gd b/Buccia.gd index 067bb45..0d0f0a8 100644 --- a/Buccia.gd +++ b/Buccia.gd @@ -1,17 +1,8 @@ extends Area3D - - -# Called when the node enters the scene tree for the first time. -func _ready(): - pass # Replace with function body. - - -# Called every frame. 'delta' is the elapsed time since the previous frame. -func _process(delta): - pass +class_name Buccia func _on_body_entered(body): if body is Player: - body.on_banana() - pass # Replace with function body. + body.velocity *= 2 + queue_free() diff --git a/Root.tscn b/Root.tscn index 7234396..a81c52c 100644 --- a/Root.tscn +++ b/Root.tscn @@ -1,7 +1,5 @@ -[gd_scene load_steps=25 format=3 uid="uid://4whij2hmts0t"] +[gd_scene load_steps=24 format=3 uid="uid://4whij2hmts0t"] -[ext_resource type="Script" path="res://Player.gd" id="1_wt4gx"] -[ext_resource type="Material" path="res://Unshaded.material" id="2_upp15"] [ext_resource type="Script" path="res://Player.gd" id="1_wt4gx"] [ext_resource type="Material" uid="uid://dondfiavgo2ws" path="res://Unshaded.material" id="2_upp15"] [ext_resource type="Texture2D" uid="uid://uogmi4pvp64t" path="res://addons/bisio.png" id="3_27tel"] @@ -11,10 +9,10 @@ [ext_resource type="Script" path="res://TextBox.gd" id="4_gpkq6"] [ext_resource type="FontFile" uid="uid://qf3uxmta6lpw" path="res://fonts/FiraCode-Medium.ttf" id="5_yvnu2"] [ext_resource type="Script" path="res://Camera3D.gd" id="8_auifr"] -[ext_resource type="PackedScene" uid="uid://ck1im1d6yhv84" path="res://obstacles/house.tscn" id="8_ntqnl"] -[ext_resource type="Script" path="res://Buccia.gd" id="10_ffcw5"] [ext_resource type="PackedScene" uid="uid://dp7p16vtxd1xr" path="res://obstacles/house_c.tscn" id="9_xyam4"] [ext_resource type="PackedScene" uid="uid://ccs202pcy4pce" path="res://obstacles/dialog.tscn" id="10_6ihn6"] +[ext_resource type="Script" path="res://Buccia.gd" id="12_7dfpx"] +[ext_resource type="PackedScene" uid="uid://72q4p7x8l08y" path="res://models/banana.glb" id="13_ecp45"] [sub_resource type="Theme" id="Theme_hkcet"] Label/fonts/font = ExtResource("3_p3wyc") @@ -46,14 +44,8 @@ size = Vector2(200, 200) [sub_resource type="BoxShape3D" id="BoxShape3D_2bm1d"] size = Vector3(200, 4, 200) -[sub_resource type="BoxShape3D" id="BoxShape3D_stil7"] -size = Vector3(0.976957, 1, 1) - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_icp2k"] - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_hs2tx"] - -[sub_resource type="BoxMesh" id="BoxMesh_n8jcf"] +[sub_resource type="BoxShape3D" id="BoxShape3D_p1ebg"] +size = Vector3(1.5, 1.5, 1.5) [node name="Root" type="Node3D"] @@ -147,7 +139,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.927202, 0) script = ExtResource("1_wt4gx") input_accel = 8.0 jump_impulse = Vector3(0, 10, 0) -friction = 0.99 +friction = 0.98 [node name="Man" type="CollisionShape3D" parent="Player"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.05, 0) @@ -193,19 +185,6 @@ target = NodePath("../Player") [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] transform = Transform3D(-0.579826, -0.58827, -0.563685, 0.632141, -0.761305, 0.144266, -0.514003, -0.272679, 0.813294, 0, 0, 0) -[node name="Buccia" type="Area3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6.36238, 0.418784, -3.1441) -script = ExtResource("10_ffcw5") - -[node name="CollisionShape3D" type="CollisionShape3D" parent="Buccia"] -shape = SubResource("BoxShape3D_stil7") - -[node name="MeshInstance3D" type="MeshInstance3D" parent="Buccia/CollisionShape3D"] -material_override = SubResource("StandardMaterial3D_icp2k") -material_overlay = SubResource("StandardMaterial3D_hs2tx") -mesh = SubResource("BoxMesh_n8jcf") -skeleton = NodePath("../..") - [node name="HouseC" parent="." instance=ExtResource("9_xyam4")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 14.9482, 0, -6.46428) @@ -232,7 +211,49 @@ duration = 1.0 transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 1, -25) text = "tre" duration = 1.0 ->>>>>>> 4e66fbe9af34678e24d9fbad2b46ae8ad17981eb + +[node name="Buccia" type="Area3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6.41567, 0, -6.54346) +script = ExtResource("12_7dfpx") + +[node name="banana" parent="Buccia" instance=ExtResource("13_ecp45")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Buccia"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.75, 0) +shape = SubResource("BoxShape3D_p1ebg") + +[node name="Buccia2" type="Area3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -11.1426, 0, -14.8313) +script = ExtResource("12_7dfpx") + +[node name="banana" parent="Buccia2" instance=ExtResource("13_ecp45")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Buccia2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.75, 0) +shape = SubResource("BoxShape3D_p1ebg") + +[node name="Buccia3" type="Area3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.80737, 0, -21.5372) +script = ExtResource("12_7dfpx") + +[node name="banana" parent="Buccia3" instance=ExtResource("13_ecp45")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Buccia3"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.75, 0) +shape = SubResource("BoxShape3D_p1ebg") + +[node name="Buccia4" type="Area3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -10.1818, 0, -31.1759) +script = ExtResource("12_7dfpx") + +[node name="banana" parent="Buccia4" instance=ExtResource("13_ecp45")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Buccia4"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.75, 0) +shape = SubResource("BoxShape3D_p1ebg") [connection signal="timeout" from="UI/TextBox/Timer" to="UI/TextBox" method="_on_timer_timeout"] [connection signal="body_entered" from="Buccia" to="Buccia" method="_on_body_entered"] +[connection signal="body_entered" from="Buccia2" to="Buccia2" method="_on_body_entered"] +[connection signal="body_entered" from="Buccia3" to="Buccia3" method="_on_body_entered"] +[connection signal="body_entered" from="Buccia4" to="Buccia4" method="_on_body_entered"] diff --git a/models/banana.glb.import b/models/banana.glb.import new file mode 100644 index 0000000..a41d495 --- /dev/null +++ b/models/banana.glb.import @@ -0,0 +1,32 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://72q4p7x8l08y" +path="res://.godot/imported/banana.glb-19dba9f467c52208a261d869c3fa5d32.scn" + +[deps] + +source_file="res://models/banana.glb" +dest_files=["res://.godot/imported/banana.glb-19dba9f467c52208a261d869c3fa5d32.scn"] + +[params] + +nodes/root_type="Node3D" +nodes/root_name="Scene Root" +nodes/apply_root_scale=true +nodes/root_scale=0.15 +meshes/ensure_tangents=true +meshes/generate_lods=true +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=false +animation/remove_immutable_tracks=true +import_script/path="" +_subresources={} +gltf/embedded_image_handling=1 diff --git a/models/banana_palette1.png b/models/banana_palette1.png new file mode 100644 index 0000000000000000000000000000000000000000..aa0d3b73f2ddff23cfc220f288072664beb490b9 GIT binary patch literal 281 zcmV+!0p|XRP)Px#(@8`@R0x>?$N)G00rmCu@9*#G>gwa;ny0M+#P%Jc*}%Ay;lnH}KcGvMqd3Y{e?t z;Kujl-cZ%i&C}i60r=I)`RCy1<hI$2@B#MP`1#KM_N@KLv&tr@ zI?=Z4+11_4(ZmFT+6J`Z{oW1L`75n;Prbc3qvf#d@e=t2OeNzV{MpX##nKSnhueDi f<~QF9^0pe<_~eG~+U)*S00000NkvXXu0mjfctxFL literal 0 HcmV?d00001 diff --git a/models/banana_palette1.png.import b/models/banana_palette1.png.import new file mode 100644 index 0000000..12b60ce --- /dev/null +++ b/models/banana_palette1.png.import @@ -0,0 +1,36 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dbq5vwg41bvcv" +path.s3tc="res://.godot/imported/banana_palette1.png-4421b4760ffc2b88bc6c7512415eaed8.s3tc.ctex" +metadata={ +"imported_formats": ["s3tc_bptc"], +"vram_texture": true +} +generator_parameters={} + +[deps] + +source_file="res://models/banana_palette1.png" +dest_files=["res://.godot/imported/banana_palette1.png-4421b4760ffc2b88bc6c7512415eaed8.s3tc.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/obstacles/buccia.tscn b/obstacles/buccia.tscn new file mode 100644 index 0000000..46be83f --- /dev/null +++ b/obstacles/buccia.tscn @@ -0,0 +1,19 @@ +[gd_scene load_steps=4 format=3 uid="uid://cfh3s7oepx4yv"] + +[ext_resource type="Script" path="res://Buccia.gd" id="1_6ytlm"] +[ext_resource type="PackedScene" uid="uid://72q4p7x8l08y" path="res://models/banana.glb" id="2_3mtde"] + +[sub_resource type="BoxShape3D" id="BoxShape3D_p1ebg"] +size = Vector3(1.5, 1.5, 1.5) + +[node name="Buccia" type="Area3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -6.54346) +script = ExtResource("1_6ytlm") + +[node name="banana" parent="." instance=ExtResource("2_3mtde")] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.75, 0) +shape = SubResource("BoxShape3D_p1ebg") + +[connection signal="body_entered" from="." to="." method="_on_body_entered"] From a486918fbcb805bbc2707024c7792376f259a65b Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 25 Nov 2023 16:54:52 +0100 Subject: [PATCH 2/5] garas --- Root.tscn | 27 ++++++++++++--------------- models/cinno.glb.import | 2 +- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/Root.tscn b/Root.tscn index a81c52c..0be0499 100644 --- a/Root.tscn +++ b/Root.tscn @@ -8,6 +8,7 @@ [ext_resource type="Script" path="res://GameTimer.gd" id="3_y362g"] [ext_resource type="Script" path="res://TextBox.gd" id="4_gpkq6"] [ext_resource type="FontFile" uid="uid://qf3uxmta6lpw" path="res://fonts/FiraCode-Medium.ttf" id="5_yvnu2"] +[ext_resource type="PackedScene" uid="uid://4i2c481rpxe3" path="res://models/cinno.glb" id="8_32hx2"] [ext_resource type="Script" path="res://Camera3D.gd" id="8_auifr"] [ext_resource type="PackedScene" uid="uid://dp7p16vtxd1xr" path="res://obstacles/house_c.tscn" id="9_xyam4"] [ext_resource type="PackedScene" uid="uid://ccs202pcy4pce" path="res://obstacles/dialog.tscn" id="10_6ihn6"] @@ -19,13 +20,6 @@ Label/fonts/font = ExtResource("3_p3wyc") [sub_resource type="CapsuleShape3D" id="CapsuleShape3D_castg"] -[sub_resource type="CapsuleMesh" id="CapsuleMesh_pnmjt"] -material = ExtResource("2_upp15") - -[sub_resource type="BoxMesh" id="BoxMesh_4tnse"] -material = ExtResource("2_upp15") -size = Vector3(1, 0.1, 3) - [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_lw6u7"] shading_mode = 0 albedo_color = Color(0.435294, 0.615686, 1, 1) @@ -34,6 +28,10 @@ albedo_color = Color(0.435294, 0.615686, 1, 1) material = SubResource("StandardMaterial3D_lw6u7") size = Vector3(0.3, 0.3, 0.3) +[sub_resource type="BoxMesh" id="BoxMesh_4tnse"] +material = ExtResource("2_upp15") +size = Vector3(1, 0.1, 3) + [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_lkb30"] albedo_texture = ExtResource("3_gtnhv") @@ -145,17 +143,11 @@ friction = 0.98 transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.05, 0) shape = SubResource("CapsuleShape3D_castg") -[node name="Mesh" type="MeshInstance3D" parent="Player/Man"] -mesh = SubResource("CapsuleMesh_pnmjt") -skeleton = NodePath("../..") +[node name="cinno" parent="Player/Man" instance=ExtResource("8_32hx2")] +transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0.253272, 0) [node name="Board" type="Node3D" parent="Player"] -[node name="Mesh" type="MeshInstance3D" parent="Player/Board"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.05, 0) -mesh = SubResource("BoxMesh_4tnse") -skeleton = NodePath("../..") - [node name="PlayerPart" type="CPUParticles3D" parent="Player/Board"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1.5) emitting = false @@ -168,6 +160,11 @@ gravity = Vector3(0, 0, 0) initial_velocity_min = 8.0 initial_velocity_max = 8.0 +[node name="Mesh" type="MeshInstance3D" parent="Player/Board"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.05, 0) +mesh = SubResource("BoxMesh_4tnse") +skeleton = NodePath("../..") + [node name="Plane" type="StaticBody3D" parent="."] [node name="MeshInstance3D" type="MeshInstance3D" parent="Plane"] diff --git a/models/cinno.glb.import b/models/cinno.glb.import index 7c40002..62de645 100644 --- a/models/cinno.glb.import +++ b/models/cinno.glb.import @@ -16,7 +16,7 @@ dest_files=["res://.godot/imported/cinno.glb-d8cb2252e6ec370ad3e6e2fc25b85565.sc nodes/root_type="Node3D" nodes/root_name="Scene Root" nodes/apply_root_scale=true -nodes/root_scale=1.0 +nodes/root_scale=0.3 meshes/ensure_tangents=true meshes/generate_lods=true meshes/create_shadow_meshes=true From 105e358af51a536e14bd241eb3a1b3dc77848282 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 25 Nov 2023 16:59:38 +0100 Subject: [PATCH 3/5] garasauto --- Root.tscn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Root.tscn b/Root.tscn index 0be0499..50c0612 100644 --- a/Root.tscn +++ b/Root.tscn @@ -180,7 +180,10 @@ script = ExtResource("8_auifr") target = NodePath("../Player") [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] -transform = Transform3D(-0.579826, -0.58827, -0.563685, 0.632141, -0.761305, 0.144266, -0.514003, -0.272679, 0.813294, 0, 0, 0) +transform = Transform3D(0.886591, 0.349146, -0.303401, 0.462553, -0.669221, 0.581539, 0, -0.655927, -0.754824, 4.33804, 4.6698, -3.35676) +light_color = Color(1, 1, 0.678431, 1) +light_energy = 2.026 +shadow_enabled = true [node name="HouseC" parent="." instance=ExtResource("9_xyam4")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 14.9482, 0, -6.46428) From 9d2c4b8626ffc5b2ca47b59e869cf8ccbf5dd098 Mon Sep 17 00:00:00 2001 From: Leonardo <321501@studenti.unimore.it> Date: Sat, 25 Nov 2023 17:02:51 +0100 Subject: [PATCH 4/5] regola 1: mai farsi troppe domande, i computer sono magici --- Root.tscn | 8 ++++---- models/house1.glb.import | 2 +- models/house2.glb.import | 2 +- models/house3.glb.import | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Root.tscn b/Root.tscn index 0be0499..147f8cd 100644 --- a/Root.tscn +++ b/Root.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=24 format=3 uid="uid://4whij2hmts0t"] [ext_resource type="Script" path="res://Player.gd" id="1_wt4gx"] -[ext_resource type="Material" uid="uid://dondfiavgo2ws" path="res://Unshaded.material" id="2_upp15"] +[ext_resource type="Material" path="res://Unshaded.material" id="2_upp15"] [ext_resource type="Texture2D" uid="uid://uogmi4pvp64t" path="res://addons/bisio.png" id="3_27tel"] [ext_resource type="Texture2D" uid="uid://bwiymy4ls5l8a" path="res://addons/kenney_prototype_textures/red/texture_05.png" id="3_gtnhv"] [ext_resource type="FontFile" uid="uid://cseshyj4yw2f5" path="res://fonts/FiraSans-Medium.ttf" id="3_p3wyc"] @@ -10,8 +10,8 @@ [ext_resource type="FontFile" uid="uid://qf3uxmta6lpw" path="res://fonts/FiraCode-Medium.ttf" id="5_yvnu2"] [ext_resource type="PackedScene" uid="uid://4i2c481rpxe3" path="res://models/cinno.glb" id="8_32hx2"] [ext_resource type="Script" path="res://Camera3D.gd" id="8_auifr"] -[ext_resource type="PackedScene" uid="uid://dp7p16vtxd1xr" path="res://obstacles/house_c.tscn" id="9_xyam4"] -[ext_resource type="PackedScene" uid="uid://ccs202pcy4pce" path="res://obstacles/dialog.tscn" id="10_6ihn6"] +[ext_resource type="PackedScene" path="res://obstacles/house_c.tscn" id="9_xyam4"] +[ext_resource type="PackedScene" path="res://obstacles/dialog.tscn" id="10_6ihn6"] [ext_resource type="Script" path="res://Buccia.gd" id="12_7dfpx"] [ext_resource type="PackedScene" uid="uid://72q4p7x8l08y" path="res://models/banana.glb" id="13_ecp45"] @@ -210,7 +210,7 @@ text = "tre" duration = 1.0 [node name="Buccia" type="Area3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -6.41567, 0, -6.54346) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8.76751, 1.11292, -6.57832) script = ExtResource("12_7dfpx") [node name="banana" parent="Buccia" instance=ExtResource("13_ecp45")] diff --git a/models/house1.glb.import b/models/house1.glb.import index 0af1b10..52c3b12 100644 --- a/models/house1.glb.import +++ b/models/house1.glb.import @@ -16,7 +16,7 @@ dest_files=["res://.godot/imported/house1.glb-d8a9dfacda96bd9f0626f3ec531569ba.s nodes/root_type="Node3D" nodes/root_name="Scene Root" nodes/apply_root_scale=true -nodes/root_scale=1.0 +nodes/root_scale=4.0 meshes/ensure_tangents=true meshes/generate_lods=true meshes/create_shadow_meshes=true diff --git a/models/house2.glb.import b/models/house2.glb.import index 9b3f275..691f008 100644 --- a/models/house2.glb.import +++ b/models/house2.glb.import @@ -16,7 +16,7 @@ dest_files=["res://.godot/imported/house2.glb-6e22127dbb861a6239d11a50574fccf5.s nodes/root_type="Node3D" nodes/root_name="Scene Root" nodes/apply_root_scale=true -nodes/root_scale=1.0 +nodes/root_scale=4.0 meshes/ensure_tangents=true meshes/generate_lods=true meshes/create_shadow_meshes=true diff --git a/models/house3.glb.import b/models/house3.glb.import index 2984a24..93d1117 100644 --- a/models/house3.glb.import +++ b/models/house3.glb.import @@ -16,7 +16,7 @@ dest_files=["res://.godot/imported/house3.glb-e1742caa9404f392e328f9ca135ee769.s nodes/root_type="Node3D" nodes/root_name="Scene Root" nodes/apply_root_scale=true -nodes/root_scale=1.0 +nodes/root_scale=4.0 meshes/ensure_tangents=true meshes/generate_lods=true meshes/create_shadow_meshes=true From b35d2f377cd4ca3253360662fa3b1b6f890ffdf3 Mon Sep 17 00:00:00 2001 From: Leonardo <321501@studenti.unimore.it> Date: Sat, 25 Nov 2023 17:04:03 +0100 Subject: [PATCH 5/5] gjsdiofjgsodihbgierogjaeorijg --- obstacles/house_a.tscn | 3 +-- obstacles/house_b.tscn | 3 +-- obstacles/house_c.tscn | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/obstacles/house_a.tscn b/obstacles/house_a.tscn index fa390c8..f04914a 100644 --- a/obstacles/house_a.tscn +++ b/obstacles/house_a.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=3 format=3 uid="uid://ck1im1d6yhv84"] +[gd_scene load_steps=3 format=3 uid="uid://b03t3lbwlddqm"] [ext_resource type="PackedScene" uid="uid://b0v72ewtji1ga" path="res://models/house1.glb" id="1_6lk2f"] @@ -7,7 +7,6 @@ [node name="HouseA" type="StaticBody3D"] [node name="house1" parent="." instance=ExtResource("1_6lk2f")] -transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0) [node name="CollisionShape3D" type="CollisionShape3D" parent="."] transform = Transform3D(8, 0, 0, 0, 10, 0, 0, 0, 8, 0, 5, 0) diff --git a/obstacles/house_b.tscn b/obstacles/house_b.tscn index 9807995..986d162 100644 --- a/obstacles/house_b.tscn +++ b/obstacles/house_b.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=3 format=3 uid="uid://dpm1n7fku8ypr"] +[gd_scene load_steps=3 format=3 uid="uid://blc38wif555cb"] [ext_resource type="PackedScene" uid="uid://b61483mtne85g" path="res://models/house2.glb" id="1_fuiwk"] @@ -8,7 +8,6 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.14025, 0, -9.44414) [node name="house2" parent="." instance=ExtResource("1_fuiwk")] -transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0) [node name="CollisionShape3D" type="CollisionShape3D" parent="."] transform = Transform3D(8, 0, 0, 0, 10, 0, 0, 0, 8, 0, 5, 0) diff --git a/obstacles/house_c.tscn b/obstacles/house_c.tscn index 7cab673..64e4f56 100644 --- a/obstacles/house_c.tscn +++ b/obstacles/house_c.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=3 format=3 uid="uid://dp7p16vtxd1xr"] +[gd_scene load_steps=3 format=3 uid="uid://bxj354o6rycsf"] [ext_resource type="PackedScene" uid="uid://01cg0ph8uglg" path="res://models/house3.glb" id="1_7obe1"] @@ -7,7 +7,7 @@ [node name="HouseC" type="StaticBody3D"] [node name="house3" parent="." instance=ExtResource("1_7obe1")] -transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 4, 0) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4, 0) [node name="CollisionShape3D" type="CollisionShape3D" parent="."] transform = Transform3D(8, 0, 0, 0, 10, 0, 0, 0, 8, 0, 5, 0)