53 lines
2.3 KiB
Text
53 lines
2.3 KiB
Text
[gd_scene load_steps=11 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"]
|
|
[ext_resource type="PackedScene" uid="uid://c1y6p4m0sktfj" path="res://scenes/farmland-map.tscn" id="5_imhi6"]
|
|
[ext_resource type="PackedScene" uid="uid://buyvavyuwmccw" path="res://joystick/virtual_joystick.tscn" id="6_p8th3"]
|
|
|
|
[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_74emm"]
|
|
sky_material = SubResource("ProceduralSkyMaterial_i5hsu")
|
|
|
|
[sub_resource type="Environment" id="Environment_jlsfy"]
|
|
background_mode = 2
|
|
sky = SubResource("Sky_74emm")
|
|
tonemap_mode = 2
|
|
glow_enabled = true
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_rdgne"]
|
|
size = Vector3(7.87666, 0.125057, 6.86207)
|
|
|
|
[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="Teddy" parent="." instance=ExtResource("1_081si")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8.17483, 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.21775, 1.22338, -28.4151)
|
|
|
|
[node name="Farmland" parent="." instance=ExtResource("5_imhi6")]
|
|
|
|
[node name="Virtual joystick" parent="." instance=ExtResource("6_p8th3")]
|
|
|
|
[node name="well-collider" type="StaticBody3D" parent="."]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="well-collider"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 11.2551, 1.29865, 14.0777)
|
|
shape = SubResource("BoxShape3D_rdgne")
|