first
This commit is contained in:
30
test/test.tscn1453454073.tmp
Normal file
30
test/test.tscn1453454073.tmp
Normal file
@@ -0,0 +1,30 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://ct2gxkwg5fb3m"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://rvvjguhqjtpb" path="res://actors/player_character.tscn" id="1_syuel"]
|
||||
[ext_resource type="PackedScene" uid="uid://10bx1tluk6fg" path="res://assets/PCB.glb" id="2_8a8pi"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_syuel"]
|
||||
ambient_light_color = Color(0.60933, 0.60933, 0.60933, 1)
|
||||
|
||||
[sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_yr2l0"]
|
||||
|
||||
[node name="Test" type="Node3D"]
|
||||
|
||||
[node name="geometrie" type="Node3D" parent="."]
|
||||
|
||||
[node name="PlayerCharacter" parent="." instance=ExtResource("1_syuel")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 1.07014, -0.0941736)
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_syuel")
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.596225, 0.802817, 0, -0.802817, 0.596225, 0, 8.53603, 0)
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
shape = SubResource("WorldBoundaryShape3D_yr2l0")
|
||||
|
||||
[node name="PCB" parent="." instance=ExtResource("2_8a8pi")]
|
||||
transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, -3.1363, 0.169454, -7.97793)
|
||||
Reference in New Issue
Block a user