hurrmmm/godot/tests/control_scheme/test_basic_controls.tscn

43 lines
2.1 KiB
Plaintext
Raw Normal View History

2023-11-12 02:59:43 -07:00
[gd_scene load_steps=8 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"]
[ext_resource type="PackedScene" uid="uid://b1uf31ed6h0ir" path="res://UI/TAS UI/TAS UI.tscn" id="4_8yatx"]
2023-11-12 01:42:51 -07:00
[ext_resource type="PackedScene" uid="uid://cx4ohbn84hmc3" path="res://cake.tscn" id="5_udc7s"]
2023-11-12 02:59:43 -07:00
[ext_resource type="PackedScene" uid="uid://cfpiau12q3fut" path="res://Objects/child/child.tscn" id="6_52mue"]
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 21:25:18 -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
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")]
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")]
2023-11-11 21:25:18 -07:00
[node name="Camera3D" type="Camera3D" parent="." index="7"]
current = true
2023-11-12 01:42:51 -07:00
[node name="cake" parent="." index="8" instance=ExtResource("5_udc7s")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.45077, 0)
2023-11-12 02:59:43 -07:00
[node name="child" parent="." index="9" instance=ExtResource("6_52mue")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -2.93688)