2023-11-11 17:47:26 -07:00
|
|
|
[gd_scene load_steps=6 format=3 uid="uid://70bb2yncbl"]
|
2023-11-11 09:15:31 -07:00
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bua7f25rpewkp" path="res://small_room.glb" id="1_2ticn"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://drmb4sitb74fx" path="res://control_scheme/controller.tscn" id="2_dcvuq"]
|
2023-11-11 16:12:46 -07:00
|
|
|
[ext_resource type="PackedScene" uid="uid://c43pr474qofhl" path="res://physics/grape.tscn" id="3_gijly"]
|
2023-11-11 17:47:26 -07:00
|
|
|
[ext_resource type="PackedScene" uid="uid://b1uf31ed6h0ir" path="res://UI/TAS UI/TAS UI.tscn" id="4_8yatx"]
|
2023-11-11 09:15:31 -07:00
|
|
|
|
|
|
|
[sub_resource type="Environment" id="Environment_f0m14"]
|
|
|
|
ambient_light_source = 2
|
|
|
|
ambient_light_color = Color(1, 1, 1, 1)
|
|
|
|
ambient_light_energy = 0.5
|
|
|
|
|
|
|
|
[node name="small_room" instance=ExtResource("1_2ticn")]
|
|
|
|
|
2023-11-11 16:12:46 -07:00
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="." index="2"]
|
2023-11-11 09:15:31 -07:00
|
|
|
environment = SubResource("Environment_f0m14")
|
|
|
|
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="WorldEnvironment" index="0"]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 0.933762, 0.357895, 0, -0.357895, 0.933762, 0, 1.43864, 1.81738)
|
|
|
|
|
2023-11-11 16:12:46 -07:00
|
|
|
[node name="controller" parent="." index="3" node_paths=PackedStringArray("camera", "initial_target") instance=ExtResource("2_dcvuq")]
|
2023-11-11 09:15:31 -07:00
|
|
|
camera = NodePath("Camera3D")
|
2023-11-11 13:08:24 -07:00
|
|
|
initial_target = NodePath("../grape")
|
2023-11-11 09:15:31 -07:00
|
|
|
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="controller" index="1"]
|
2023-11-11 17:24:52 -07:00
|
|
|
current = true
|
2023-11-11 16:12:46 -07:00
|
|
|
|
2023-11-11 17:24:52 -07:00
|
|
|
[node name="grape" parent="." index="4" instance=ExtResource("3_gijly")]
|
2023-11-11 16:12:46 -07:00
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.56762, 0.385236)
|
|
|
|
|
2023-11-11 17:47:53 -07:00
|
|
|
[node name="grape2" parent="." index="5" instance=ExtResource("3_gijly")]
|
2023-11-11 17:47:26 -07:00
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.115958, 1.77839, -0.189013)
|
2023-11-11 17:47:53 -07:00
|
|
|
|
|
|
|
[node name="TAS UI" parent="." index="6" instance=ExtResource("4_8yatx")]
|