[gd_scene load_steps=10 format=3 uid="uid://dkokyp5lwhks4"] [ext_resource type="Script" path="res://scripts/maps/tutorial.gd" id="1_40ws8"] [ext_resource type="PackedScene" uid="uid://dp1q51kvd8uow" path="res://scenes/Teddy.tscn" id="1_081si"] [ext_resource type="PackedScene" uid="uid://ytbacsuahxie" path="res://scenes/HUD.tscn" id="2_s3v8n"] [ext_resource type="PackedScene" uid="uid://y3fffh5cdbks" path="res://scenes/AI.tscn" id="4_fttoe"] [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_i5hsu"] sky_top_color = Color(1, 1, 1, 1) sky_horizon_color = Color(0.8, 0.79225, 0.78325, 1) ground_horizon_color = Color(0.8, 0.79225, 0.78325, 1) [sub_resource type="Sky" id="Sky_trjyj"] sky_material = SubResource("ProceduralSkyMaterial_i5hsu") [sub_resource type="Environment" id="Environment_jlsfy"] background_mode = 2 sky = SubResource("Sky_trjyj") tonemap_mode = 2 glow_enabled = true [sub_resource type="PlaneMesh" id="PlaneMesh_c6isn"] [sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_hllao"] data = PackedVector3Array(1, 0, 1, -1, 0, 1, 1, 0, -1, -1, 0, 1, -1, 0, -1, 1, 0, -1) [node name="tutorial" type="Node3D"] script = ExtResource("1_40ws8") [node name="WorldEnvironment" type="WorldEnvironment" parent="."] environment = SubResource("Environment_jlsfy") [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] transform = Transform3D(-0.866025, -0.433013, 0.25, 0, 0.5, 0.866025, -0.5, 0.75, -0.433013, 0, 0, 0) shadow_enabled = true [node name="MeshInstance3D" type="MeshInstance3D" parent="."] transform = Transform3D(12, 0, 0, 0, 12, 0, 0, 0, 12, 0, 0, 0) mesh = SubResource("PlaneMesh_c6isn") [node name="StaticBody3D" type="StaticBody3D" parent="MeshInstance3D"] [node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D/StaticBody3D"] shape = SubResource("ConcavePolygonShape3D_hllao") [node name="Teddy" parent="." instance=ExtResource("1_081si")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.08165e-12, 1.039, 2.08165e-12) [node name="HUD" parent="." instance=ExtResource("2_s3v8n")] [node name="AI" parent="." instance=ExtResource("4_fttoe")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.27149, 1.04845, -4.64617)