SlimeoosOdyssey/godot/CameraTest.tscn

34 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

2023-08-19 11:51:06 -06:00
[gd_scene load_steps=6 format=3 uid="uid://cdm267rtmop75"]
2023-08-18 21:27:39 -06:00
2023-08-19 11:51:06 -06:00
[ext_resource type="PackedScene" uid="uid://7utef1nnena8" path="res://player.tscn" id="1_jbc4n"]
[ext_resource type="PackedScene" uid="uid://dl4g083w17qh1" path="res://villager.tscn" id="2_i3gws"]
[ext_resource type="PackedScene" uid="uid://e0s4phx2jiit" path="res://cultist.tscn" id="3_renxb"]
2023-08-18 21:27:39 -06:00
2023-08-19 11:04:45 -06:00
[sub_resource type="CylinderShape3D" id="CylinderShape3D_62oje"]
radius = 80.229
[sub_resource type="CylinderMesh" id="CylinderMesh_c2b6h"]
top_radius = 80.23
2023-08-18 21:27:39 -06:00
[node name="Node3D" type="Node3D"]
2023-08-19 11:04:45 -06:00
[node name="Player" parent="." instance=ExtResource("1_jbc4n")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 5, 0)
[node name="StaticBody3D" type="StaticBody3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
shape = SubResource("CylinderShape3D_62oje")
[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticBody3D/CollisionShape3D"]
mesh = SubResource("CylinderMesh_c2b6h")
2023-08-18 21:27:39 -06:00
2023-08-19 11:04:45 -06:00
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, -0.523317, 0.852138, 0, -0.852138, -0.523317, 0, 10.6239, 0)
2023-08-18 21:27:39 -06:00
2023-08-19 11:04:45 -06:00
[node name="Node3D" parent="." instance=ExtResource("2_i3gws")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -22, 3, 43)
2023-08-18 23:15:14 -06:00
2023-08-19 11:04:45 -06:00
[node name="Node3D2" parent="." instance=ExtResource("3_renxb")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 29, 4, 33)