From 51e3d967226d618e7fc20b69cdff5a570a71c62e Mon Sep 17 00:00:00 2001 From: karl Date: Sun, 2 Feb 2020 13:59:34 +0100 Subject: [PATCH] Remove torch in arena, add head --- Ingame/Arena.tscn | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Ingame/Arena.tscn b/Ingame/Arena.tscn index c7207d8..3837ad2 100644 --- a/Ingame/Arena.tscn +++ b/Ingame/Arena.tscn @@ -1,8 +1,9 @@ -[gd_scene load_steps=6 format=2] +[gd_scene load_steps=7 format=2] [ext_resource path="res://Ingame/Level/Torch.tscn" type="PackedScene" id=1] [ext_resource path="res://Ingame/Level/Ground.tscn" type="PackedScene" id=2] [ext_resource path="res://default_env.tres" type="Environment" id=3] +[ext_resource path="res://3D Input/Fertige GLBs/Kopf_Mensch.glb" type="PackedScene" id=4] [ext_resource path="res://Ingame/Level/Fence.tscn" type="PackedScene" id=5] [sub_resource type="Curve3D" id=1] @@ -29,13 +30,19 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -55.8087, 0, 76.6803 ) transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 52.7943, 0, 76.6803 ) [node name="Torch6" parent="." instance=ExtResource( 1 )] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.293457, 0, 5.53332 ) +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 27.8085, 0, 49.812 ) + +[node name="Torch7" parent="." instance=ExtResource( 1 )] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -35.1849, 0, -15.9355 ) [node name="WorldEnvironment" type="WorldEnvironment" parent="."] environment = ExtResource( 3 ) [node name="ground" parent="." instance=ExtResource( 2 )] +[node name="Kopf_Mensch" parent="." instance=ExtResource( 4 )] +transform = Transform( 3.58646, 0.324361, 1.74129, -1.09151, 3.50169, 1.59586, -1.39495, -1.90603, 3.22817, -62.8568, 12.0891, -17.4997 ) + [node name="Path" type="Path" parent="."] curve = SubResource( 1 )