mirror of
https://github.com/Theaninova/mhlib.git
synced 2026-01-03 15:22:52 +00:00
Add kart game
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
extends Area3D
|
||||
extends Node3D
|
||||
|
||||
class_name FinishLine
|
||||
|
||||
@export var start_positions: Array[Marker3D]
|
||||
@onready var start_positions = [
|
||||
$pos_0,
|
||||
$pos_1,
|
||||
$pos_2,
|
||||
$pos_3,
|
||||
$pos_4,
|
||||
$pos_5
|
||||
]
|
||||
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
[gd_scene load_steps=16 format=3 uid="uid://1sm0qglu7q7i"]
|
||||
|
||||
[ext_resource type="Script" path="res://PhysicsInterpolator.gd" id="1_x8dkv"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/moorhuhn.lwo/layer_0.res" id="2_rbnr8"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/moorhuhn.lwo/layer_1.res" id="3_j84nv"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/moorhuhn.lwo/layer_2.res" id="4_trmbd"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/kart_01.lwo/layer_0.res" id="5_ydkp1"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/kart_01.lwo/layer_1.res" id="6_ul4ba"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/kart_01.lwo/layer_6.res" id="7_s4uu8"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/kart_01.lwo/layer_7.res" id="8_yx2s2"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/kart_01.lwo/layer_8.res" id="9_kadfc"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/kart_01.lwo/layer_3.res" id="10_hfn0h"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/kart_01.lwo/layer_4.res" id="11_scyqe"]
|
||||
[ext_resource type="Script" path="res://PhysicsInterpolator.gd" id="1_cxgl4"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/moorhuhn.lwo/layer_0.res" id="2_ges5k"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/moorhuhn.lwo/layer_1.res" id="3_3dgmt"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/moorhuhn.lwo/layer_2.res" id="4_pr7c3"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/kart_01.lwo/layer_0.res" id="5_eqscg"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/kart_01.lwo/layer_1.res" id="6_o6fvu"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/kart_01.lwo/layer_6.res" id="7_bicni"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/kart_01.lwo/layer_7.res" id="8_3dlnt"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/kart_01.lwo/layer_8.res" id="9_qvqff"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/kart_01.lwo/layer_3.res" id="10_xywge"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_cars/kart_01.lwo/layer_4.res" id="11_57yte"]
|
||||
|
||||
[sub_resource type="GDScript" id="GDScript_dfi4v"]
|
||||
script/source = "extends VehicleBody3D
|
||||
@@ -89,40 +89,40 @@ spring_length = -2.06
|
||||
transform = Transform3D(-1, 1.21669e-08, -8.6572e-08, 0, 0.990268, 0.139173, 8.74228e-08, 0.139173, -0.990268, 0, 0, 0)
|
||||
|
||||
[node name="Interpolator" type="Node3D" parent="."]
|
||||
script = ExtResource("1_x8dkv")
|
||||
script = ExtResource("1_cxgl4")
|
||||
|
||||
[node name="Character" type="Node3D" parent="Interpolator"]
|
||||
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, 0)
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Interpolator/Character"]
|
||||
mesh = ExtResource("2_rbnr8")
|
||||
mesh = ExtResource("2_ges5k")
|
||||
skeleton = NodePath("../..")
|
||||
|
||||
[node name="layer_1" type="MeshInstance3D" parent="Interpolator/Character"]
|
||||
mesh = ExtResource("3_j84nv")
|
||||
mesh = ExtResource("3_3dgmt")
|
||||
skeleton = NodePath("../..")
|
||||
|
||||
[node name="layer_2" type="MeshInstance3D" parent="Interpolator/Character"]
|
||||
mesh = ExtResource("4_trmbd")
|
||||
mesh = ExtResource("4_pr7c3")
|
||||
skeleton = NodePath("../..")
|
||||
|
||||
[node name="kart_01" type="Node3D" parent="Interpolator"]
|
||||
transform = Transform3D(1.31134e-07, 0, -1, 0, 1, 0, 1, 0, 1.31134e-07, -0.00301218, -0.102925, 0.0106623)
|
||||
|
||||
[node name="kart_base" type="MeshInstance3D" parent="Interpolator/kart_01"]
|
||||
mesh = ExtResource("5_ydkp1")
|
||||
mesh = ExtResource("5_eqscg")
|
||||
|
||||
[node name="steering_wheel" type="MeshInstance3D" parent="Interpolator/kart_01"]
|
||||
mesh = ExtResource("6_ul4ba")
|
||||
mesh = ExtResource("6_o6fvu")
|
||||
|
||||
[node name="engine" type="MeshInstance3D" parent="Interpolator/kart_01"]
|
||||
mesh = ExtResource("7_s4uu8")
|
||||
mesh = ExtResource("7_bicni")
|
||||
|
||||
[node name="layer_7" type="MeshInstance3D" parent="Interpolator/kart_01"]
|
||||
mesh = ExtResource("8_yx2s2")
|
||||
mesh = ExtResource("8_3dlnt")
|
||||
|
||||
[node name="exhaust" type="MeshInstance3D" parent="Interpolator/kart_01"]
|
||||
mesh = ExtResource("9_kadfc")
|
||||
mesh = ExtResource("9_qvqff")
|
||||
|
||||
[node name="CharacterCollision" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1.31134e-07, 0, -1, 0, 1, 0, 1, 0, 1.31134e-07, -0.00301217, 0.516557, 0.0695111)
|
||||
@@ -143,11 +143,11 @@ suspension_travel = 0.1
|
||||
suspension_stiffness = 50.0
|
||||
|
||||
[node name="Interpolator" type="Node3D" parent="FrontLeftWheel"]
|
||||
script = ExtResource("1_x8dkv")
|
||||
script = ExtResource("1_cxgl4")
|
||||
|
||||
[node name="wheel_fr" type="MeshInstance3D" parent="FrontLeftWheel/Interpolator"]
|
||||
transform = Transform3D(-7.54979e-08, -6.60024e-15, 1, 8.74228e-08, -1, 0, 1, 8.74228e-08, 7.54979e-08, -0.412, 0.142, -0.55)
|
||||
mesh = ExtResource("10_hfn0h")
|
||||
mesh = ExtResource("10_xywge")
|
||||
skeleton = NodePath("../../../Interpolator/kart_01")
|
||||
|
||||
[node name="FrontRightWheel" type="VehicleWheel3D" parent="."]
|
||||
@@ -161,11 +161,11 @@ suspension_travel = 0.1
|
||||
suspension_stiffness = 50.0
|
||||
|
||||
[node name="Node3D" type="Node3D" parent="FrontRightWheel"]
|
||||
script = ExtResource("1_x8dkv")
|
||||
script = ExtResource("1_cxgl4")
|
||||
|
||||
[node name="wheel_fr" type="MeshInstance3D" parent="FrontRightWheel/Node3D"]
|
||||
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0.412142, -0.142, -0.55)
|
||||
mesh = ExtResource("10_hfn0h")
|
||||
mesh = ExtResource("10_xywge")
|
||||
skeleton = NodePath("../../../Interpolator/kart_01")
|
||||
|
||||
[node name="RearLeftWheel" type="VehicleWheel3D" parent="."]
|
||||
@@ -178,11 +178,11 @@ suspension_travel = 0.1
|
||||
suspension_stiffness = 50.0
|
||||
|
||||
[node name="Node3D" type="Node3D" parent="RearLeftWheel"]
|
||||
script = ExtResource("1_x8dkv")
|
||||
script = ExtResource("1_cxgl4")
|
||||
|
||||
[node name="wheel_bl" type="MeshInstance3D" parent="RearLeftWheel/Node3D"]
|
||||
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -0.421, -0.175, 0.44)
|
||||
mesh = ExtResource("11_scyqe")
|
||||
mesh = ExtResource("11_57yte")
|
||||
skeleton = NodePath("../../../Interpolator/kart_01")
|
||||
|
||||
[node name="RearRightWheel" type="VehicleWheel3D" parent="."]
|
||||
@@ -195,9 +195,9 @@ suspension_travel = 0.1
|
||||
suspension_stiffness = 50.0
|
||||
|
||||
[node name="Node3D" type="Node3D" parent="RearRightWheel"]
|
||||
script = ExtResource("1_x8dkv")
|
||||
script = ExtResource("1_cxgl4")
|
||||
|
||||
[node name="wheel_bl" type="MeshInstance3D" parent="RearRightWheel/Node3D"]
|
||||
transform = Transform3D(4.37114e-08, 0, 1, 0, -1, 0, -1, 0, 4.37114e-08, 0.421, 0.18, -0.44)
|
||||
mesh = ExtResource("11_scyqe")
|
||||
mesh = ExtResource("11_57yte")
|
||||
skeleton = NodePath("../../../Interpolator/kart_01")
|
||||
|
||||
@@ -1,68 +1,68 @@
|
||||
[gd_scene load_steps=57 format=3 uid="uid://c08iaahf32kfe"]
|
||||
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/skydome.lwo/layer_0.res" id="1_c65rh"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/colmesh.lwo/layer_0.res" id="2_0vph3"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/colmesh_ai.lwo/layer_0.res" id="3_5o533"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/colmesh_fall.lwo/layer_0.res" id="4_xogjj"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/colmesh_floor_fahrbahn.lwo/layer_0.res" id="5_ifrb3"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/colmesh_floor_sand.lwo/layer_0.res" id="6_ihb7w"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/colreset.lwo/layer_0.res" id="7_72khp"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/boden.lwo/layer_0.res" id="8_5p6dl"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/boden.lwo/layer_1.res" id="9_ytc4o"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/boden.lwo/layer_2.res" id="10_lywwv"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/boden.lwo/layer_3.res" id="11_4v0yx"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/boden.lwo/layer_4.res" id="12_jvdyb"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/boden.lwo/layer_5.res" id="13_336u2"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/boden.lwo/layer_6.res" id="14_ee0c4"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/fackel_flamme.lwo/layer_0.res" id="15_70tk5"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/fackeln.lwo/layer_0.res" id="16_cemce"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/fackeln.lwo/layer_1.res" id="17_4gfai"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/fackeln.lwo/layer_2.res" id="18_5gmxo"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/fackeln.lwo/layer_3.res" id="19_y4m5k"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/fadeplane.lwo/layer_0.res" id="20_vrkeu"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/felsbrocken.lwo/layer_0.res" id="21_hd23i"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/felsbrocken.lwo/layer_1.res" id="22_5k0rw"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/felsbrocken.lwo/layer_2.res" id="23_myo8x"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/felsbrocken.lwo/layer_3.res" id="24_cmcne"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/felsbrocken.lwo/layer_4.res" id="25_6wu5v"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/flamme_gruen.lwo/layer_0.res" id="26_pgy6e"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/haeuser.lwo/layer_0.res" id="27_5qssv"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/haeuser.lwo/layer_1.res" id="28_2k7mn"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/haeuser.lwo/layer_2.res" id="29_svld3"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/haeuser.lwo/layer_3.res" id="30_oiilc"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/haeuser.lwo/layer_4.res" id="31_q5gnp"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/haeuser.lwo/layer_5.res" id="32_iota2"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/haeuser.lwo/layer_6.res" id="33_xu506"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/palmen.lwo/layer_0.res" id="34_bpxiv"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/palmen.lwo/layer_1.res" id="35_3cejh"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/palmen.lwo/layer_2.res" id="36_qmnch"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/palmen.lwo/layer_3.res" id="37_huntu"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/palmen.lwo/layer_4.res" id="38_rwaiu"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/palmen.lwo/layer_5.res" id="39_u5xq7"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/palmen.lwo/layer_6.res" id="40_ayamf"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/palmen.lwo/layer_7.res" id="41_eb8ee"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/pyramide_inside.lwo/layer_0.res" id="42_77jcw"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/pyramide_inside.lwo/layer_1.res" id="43_c0iwq"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/pyramide_inside.lwo/layer_2.res" id="44_tx4mp"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/sphinx.lwo/layer_0.res" id="45_n7j1d"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/stampfer_saeule.lwo/layer_0.res" id="46_pa778"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_0.res" id="47_7yqjk"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_1.res" id="48_di7dj"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_2.res" id="49_k4ed0"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_3.res" id="50_pes1e"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_4.res" id="51_cwuyq"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_5.res" id="52_8aw2s"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_6.res" id="53_6avia"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_7.res" id="54_wy6ms"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_8.res" id="55_mib5n"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_9.res" id="56_l2bqy"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/skydome.lwo/layer_0.res" id="1_g70un"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/colmesh.lwo/layer_0.res" id="2_sg51j"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/colmesh_ai.lwo/layer_0.res" id="3_cufsh"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/colmesh_fall.lwo/layer_0.res" id="4_jm0br"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/colmesh_floor_fahrbahn.lwo/layer_0.res" id="5_kfkhw"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/colmesh_floor_sand.lwo/layer_0.res" id="6_td8k1"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/colreset.lwo/layer_0.res" id="7_7yxop"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/boden.lwo/layer_0.res" id="8_xka2g"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/boden.lwo/layer_1.res" id="9_s811u"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/boden.lwo/layer_2.res" id="10_jyu5s"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/boden.lwo/layer_3.res" id="11_ul8gg"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/boden.lwo/layer_4.res" id="12_lwbnk"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/boden.lwo/layer_5.res" id="13_fxx2d"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/boden.lwo/layer_6.res" id="14_p7emx"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/fackel_flamme.lwo/layer_0.res" id="15_ytsgp"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/fackeln.lwo/layer_0.res" id="16_5haoh"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/fackeln.lwo/layer_1.res" id="17_08o3v"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/fackeln.lwo/layer_2.res" id="18_h6mgv"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/fackeln.lwo/layer_3.res" id="19_4spta"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/fadeplane.lwo/layer_0.res" id="20_xyk5d"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/felsbrocken.lwo/layer_0.res" id="21_vaiyg"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/felsbrocken.lwo/layer_1.res" id="22_l7xpd"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/felsbrocken.lwo/layer_2.res" id="23_066ro"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/felsbrocken.lwo/layer_3.res" id="24_nsalh"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/felsbrocken.lwo/layer_4.res" id="25_s6d6m"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/flamme_gruen.lwo/layer_0.res" id="26_jlrrh"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/haeuser.lwo/layer_0.res" id="27_obm7s"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/haeuser.lwo/layer_1.res" id="28_c3h6e"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/haeuser.lwo/layer_2.res" id="29_e8f64"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/haeuser.lwo/layer_3.res" id="30_n8g5h"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/haeuser.lwo/layer_4.res" id="31_oeos5"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/haeuser.lwo/layer_5.res" id="32_oq0or"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/haeuser.lwo/layer_6.res" id="33_hmoyp"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/palmen.lwo/layer_0.res" id="34_th46l"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/palmen.lwo/layer_1.res" id="35_0dy2b"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/palmen.lwo/layer_2.res" id="36_x3s28"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/palmen.lwo/layer_3.res" id="37_jhuhh"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/palmen.lwo/layer_4.res" id="38_b0vy6"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/palmen.lwo/layer_5.res" id="39_splx0"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/palmen.lwo/layer_6.res" id="40_ktu0r"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/palmen.lwo/layer_7.res" id="41_0it0h"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/pyramide_inside.lwo/layer_0.res" id="42_yfx8d"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/pyramide_inside.lwo/layer_1.res" id="43_xnlgr"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/pyramide_inside.lwo/layer_2.res" id="44_5syhs"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/sphinx.lwo/layer_0.res" id="45_x8mul"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/stampfer_saeule.lwo/layer_0.res" id="46_8yqhj"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_0.res" id="47_n1dps"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_1.res" id="48_pkatc"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_2.res" id="49_awms6"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_3.res" id="50_va8p8"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_4.res" id="51_ljmi0"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_5.res" id="52_slvmn"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_6.res" id="53_eo76r"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_7.res" id="54_r0d4r"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_8.res" id="55_b86ab"]
|
||||
[ext_resource type="ArrayMesh" path="res://games/mhk3/D/Moorhuhnkart/3dobjects_tracks/track05_aegypten/statuen.lwo/layer_9.res" id="56_drfwp"]
|
||||
|
||||
[node name="egypt" type="Node3D"]
|
||||
|
||||
[node name="skydome" type="Node3D" parent="."]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="skydome"]
|
||||
mesh = ExtResource("1_c65rh")
|
||||
mesh = ExtResource("1_g70un")
|
||||
|
||||
[node name="Collision" type="Node3D" parent="."]
|
||||
visible = false
|
||||
@@ -70,202 +70,202 @@ visible = false
|
||||
[node name="colmesh" type="Node3D" parent="Collision"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Collision/colmesh"]
|
||||
mesh = ExtResource("2_0vph3")
|
||||
mesh = ExtResource("2_sg51j")
|
||||
|
||||
[node name="colmesh_ai" type="Node3D" parent="Collision"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Collision/colmesh_ai"]
|
||||
mesh = ExtResource("3_5o533")
|
||||
mesh = ExtResource("3_cufsh")
|
||||
|
||||
[node name="colmesh_fall" type="Node3D" parent="Collision"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Collision/colmesh_fall"]
|
||||
mesh = ExtResource("4_xogjj")
|
||||
mesh = ExtResource("4_jm0br")
|
||||
|
||||
[node name="colmesh_floor_fahrbahn" type="Node3D" parent="Collision"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Collision/colmesh_floor_fahrbahn"]
|
||||
mesh = ExtResource("5_ifrb3")
|
||||
mesh = ExtResource("5_kfkhw")
|
||||
|
||||
[node name="colmesh_floor_sand" type="Node3D" parent="Collision"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Collision/colmesh_floor_sand"]
|
||||
mesh = ExtResource("6_ihb7w")
|
||||
mesh = ExtResource("6_td8k1")
|
||||
|
||||
[node name="colreset" type="Node3D" parent="Collision"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Collision/colreset"]
|
||||
mesh = ExtResource("7_72khp")
|
||||
mesh = ExtResource("7_7yxop")
|
||||
|
||||
[node name="Geometry" type="Node3D" parent="."]
|
||||
|
||||
[node name="boden" type="Node3D" parent="Geometry"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Geometry/boden"]
|
||||
mesh = ExtResource("8_5p6dl")
|
||||
mesh = ExtResource("8_xka2g")
|
||||
|
||||
[node name="layer_1" type="MeshInstance3D" parent="Geometry/boden"]
|
||||
mesh = ExtResource("9_ytc4o")
|
||||
mesh = ExtResource("9_s811u")
|
||||
|
||||
[node name="layer_2" type="MeshInstance3D" parent="Geometry/boden"]
|
||||
mesh = ExtResource("10_lywwv")
|
||||
mesh = ExtResource("10_jyu5s")
|
||||
|
||||
[node name="layer_3" type="MeshInstance3D" parent="Geometry/boden"]
|
||||
mesh = ExtResource("11_4v0yx")
|
||||
mesh = ExtResource("11_ul8gg")
|
||||
|
||||
[node name="layer_4" type="MeshInstance3D" parent="Geometry/boden"]
|
||||
mesh = ExtResource("12_jvdyb")
|
||||
mesh = ExtResource("12_lwbnk")
|
||||
|
||||
[node name="layer_5" type="MeshInstance3D" parent="Geometry/boden"]
|
||||
mesh = ExtResource("13_336u2")
|
||||
mesh = ExtResource("13_fxx2d")
|
||||
|
||||
[node name="layer_6" type="MeshInstance3D" parent="Geometry/boden"]
|
||||
mesh = ExtResource("14_ee0c4")
|
||||
mesh = ExtResource("14_p7emx")
|
||||
|
||||
[node name="fackel_flamme" type="Node3D" parent="Geometry"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Geometry/fackel_flamme"]
|
||||
mesh = ExtResource("15_70tk5")
|
||||
mesh = ExtResource("15_ytsgp")
|
||||
|
||||
[node name="fackeln" type="Node3D" parent="Geometry"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Geometry/fackeln"]
|
||||
mesh = ExtResource("16_cemce")
|
||||
mesh = ExtResource("16_5haoh")
|
||||
|
||||
[node name="layer_1" type="MeshInstance3D" parent="Geometry/fackeln"]
|
||||
mesh = ExtResource("17_4gfai")
|
||||
mesh = ExtResource("17_08o3v")
|
||||
|
||||
[node name="layer_2" type="MeshInstance3D" parent="Geometry/fackeln"]
|
||||
mesh = ExtResource("18_5gmxo")
|
||||
mesh = ExtResource("18_h6mgv")
|
||||
|
||||
[node name="layer_3" type="MeshInstance3D" parent="Geometry/fackeln"]
|
||||
mesh = ExtResource("19_y4m5k")
|
||||
mesh = ExtResource("19_4spta")
|
||||
|
||||
[node name="fadeplane" type="Node3D" parent="Geometry"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Geometry/fadeplane"]
|
||||
mesh = ExtResource("20_vrkeu")
|
||||
mesh = ExtResource("20_xyk5d")
|
||||
|
||||
[node name="felsbrocken" type="Node3D" parent="Geometry"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Geometry/felsbrocken"]
|
||||
mesh = ExtResource("21_hd23i")
|
||||
mesh = ExtResource("21_vaiyg")
|
||||
|
||||
[node name="layer_1" type="MeshInstance3D" parent="Geometry/felsbrocken"]
|
||||
mesh = ExtResource("22_5k0rw")
|
||||
mesh = ExtResource("22_l7xpd")
|
||||
|
||||
[node name="layer_2" type="MeshInstance3D" parent="Geometry/felsbrocken"]
|
||||
mesh = ExtResource("23_myo8x")
|
||||
mesh = ExtResource("23_066ro")
|
||||
|
||||
[node name="layer_3" type="MeshInstance3D" parent="Geometry/felsbrocken"]
|
||||
mesh = ExtResource("24_cmcne")
|
||||
mesh = ExtResource("24_nsalh")
|
||||
|
||||
[node name="layer_4" type="MeshInstance3D" parent="Geometry/felsbrocken"]
|
||||
mesh = ExtResource("25_6wu5v")
|
||||
mesh = ExtResource("25_s6d6m")
|
||||
|
||||
[node name="flamme_gruen" type="Node3D" parent="Geometry"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Geometry/flamme_gruen"]
|
||||
mesh = ExtResource("26_pgy6e")
|
||||
mesh = ExtResource("26_jlrrh")
|
||||
|
||||
[node name="haeuser" type="Node3D" parent="Geometry"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Geometry/haeuser"]
|
||||
mesh = ExtResource("27_5qssv")
|
||||
mesh = ExtResource("27_obm7s")
|
||||
|
||||
[node name="layer_1" type="MeshInstance3D" parent="Geometry/haeuser"]
|
||||
mesh = ExtResource("28_2k7mn")
|
||||
mesh = ExtResource("28_c3h6e")
|
||||
|
||||
[node name="layer_2" type="MeshInstance3D" parent="Geometry/haeuser"]
|
||||
mesh = ExtResource("29_svld3")
|
||||
mesh = ExtResource("29_e8f64")
|
||||
|
||||
[node name="layer_3" type="MeshInstance3D" parent="Geometry/haeuser"]
|
||||
mesh = ExtResource("30_oiilc")
|
||||
mesh = ExtResource("30_n8g5h")
|
||||
|
||||
[node name="layer_4" type="MeshInstance3D" parent="Geometry/haeuser"]
|
||||
mesh = ExtResource("31_q5gnp")
|
||||
mesh = ExtResource("31_oeos5")
|
||||
|
||||
[node name="layer_5" type="MeshInstance3D" parent="Geometry/haeuser"]
|
||||
mesh = ExtResource("32_iota2")
|
||||
mesh = ExtResource("32_oq0or")
|
||||
|
||||
[node name="layer_6" type="MeshInstance3D" parent="Geometry/haeuser"]
|
||||
mesh = ExtResource("33_xu506")
|
||||
mesh = ExtResource("33_hmoyp")
|
||||
|
||||
[node name="palmen" type="Node3D" parent="Geometry"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Geometry/palmen"]
|
||||
mesh = ExtResource("34_bpxiv")
|
||||
mesh = ExtResource("34_th46l")
|
||||
|
||||
[node name="layer_1" type="MeshInstance3D" parent="Geometry/palmen"]
|
||||
mesh = ExtResource("35_3cejh")
|
||||
mesh = ExtResource("35_0dy2b")
|
||||
|
||||
[node name="layer_2" type="MeshInstance3D" parent="Geometry/palmen"]
|
||||
mesh = ExtResource("36_qmnch")
|
||||
mesh = ExtResource("36_x3s28")
|
||||
|
||||
[node name="layer_3" type="MeshInstance3D" parent="Geometry/palmen"]
|
||||
mesh = ExtResource("37_huntu")
|
||||
mesh = ExtResource("37_jhuhh")
|
||||
|
||||
[node name="layer_4" type="MeshInstance3D" parent="Geometry/palmen"]
|
||||
mesh = ExtResource("38_rwaiu")
|
||||
mesh = ExtResource("38_b0vy6")
|
||||
|
||||
[node name="layer_5" type="MeshInstance3D" parent="Geometry/palmen"]
|
||||
mesh = ExtResource("39_u5xq7")
|
||||
mesh = ExtResource("39_splx0")
|
||||
|
||||
[node name="layer_6" type="MeshInstance3D" parent="Geometry/palmen"]
|
||||
mesh = ExtResource("40_ayamf")
|
||||
mesh = ExtResource("40_ktu0r")
|
||||
|
||||
[node name="layer_7" type="MeshInstance3D" parent="Geometry/palmen"]
|
||||
mesh = ExtResource("41_eb8ee")
|
||||
mesh = ExtResource("41_0it0h")
|
||||
|
||||
[node name="pyramide_inside" type="Node3D" parent="Geometry"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Geometry/pyramide_inside"]
|
||||
mesh = ExtResource("42_77jcw")
|
||||
mesh = ExtResource("42_yfx8d")
|
||||
|
||||
[node name="layer_1" type="MeshInstance3D" parent="Geometry/pyramide_inside"]
|
||||
mesh = ExtResource("43_c0iwq")
|
||||
mesh = ExtResource("43_xnlgr")
|
||||
|
||||
[node name="layer_2" type="MeshInstance3D" parent="Geometry/pyramide_inside"]
|
||||
mesh = ExtResource("44_tx4mp")
|
||||
mesh = ExtResource("44_5syhs")
|
||||
|
||||
[node name="sphinx" type="Node3D" parent="Geometry"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Geometry/sphinx"]
|
||||
mesh = ExtResource("45_n7j1d")
|
||||
mesh = ExtResource("45_x8mul")
|
||||
|
||||
[node name="stampfer_saeule" type="Node3D" parent="Geometry"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Geometry/stampfer_saeule"]
|
||||
mesh = ExtResource("46_pa778")
|
||||
mesh = ExtResource("46_8yqhj")
|
||||
|
||||
[node name="statuen" type="Node3D" parent="Geometry"]
|
||||
|
||||
[node name="layer_0" type="MeshInstance3D" parent="Geometry/statuen"]
|
||||
mesh = ExtResource("47_7yqjk")
|
||||
mesh = ExtResource("47_n1dps")
|
||||
|
||||
[node name="layer_1" type="MeshInstance3D" parent="Geometry/statuen"]
|
||||
mesh = ExtResource("48_di7dj")
|
||||
mesh = ExtResource("48_pkatc")
|
||||
|
||||
[node name="layer_2" type="MeshInstance3D" parent="Geometry/statuen"]
|
||||
mesh = ExtResource("49_k4ed0")
|
||||
mesh = ExtResource("49_awms6")
|
||||
|
||||
[node name="layer_3" type="MeshInstance3D" parent="Geometry/statuen"]
|
||||
mesh = ExtResource("50_pes1e")
|
||||
mesh = ExtResource("50_va8p8")
|
||||
|
||||
[node name="layer_4" type="MeshInstance3D" parent="Geometry/statuen"]
|
||||
mesh = ExtResource("51_cwuyq")
|
||||
mesh = ExtResource("51_ljmi0")
|
||||
|
||||
[node name="layer_5" type="MeshInstance3D" parent="Geometry/statuen"]
|
||||
mesh = ExtResource("52_8aw2s")
|
||||
mesh = ExtResource("52_slvmn")
|
||||
|
||||
[node name="layer_6" type="MeshInstance3D" parent="Geometry/statuen"]
|
||||
mesh = ExtResource("53_6avia")
|
||||
mesh = ExtResource("53_eo76r")
|
||||
|
||||
[node name="layer_7" type="MeshInstance3D" parent="Geometry/statuen"]
|
||||
mesh = ExtResource("54_wy6ms")
|
||||
mesh = ExtResource("54_r0d4r")
|
||||
|
||||
[node name="layer_8" type="MeshInstance3D" parent="Geometry/statuen"]
|
||||
mesh = ExtResource("55_mib5n")
|
||||
mesh = ExtResource("55_b86ab")
|
||||
|
||||
[node name="layer_9" type="MeshInstance3D" parent="Geometry/statuen"]
|
||||
mesh = ExtResource("56_l2bqy")
|
||||
mesh = ExtResource("56_drfwp")
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,47 +1,47 @@
|
||||
[gd_resource type="ShaderMaterial" load_steps=15 format=3 uid="uid://d0i0klcefalj4"]
|
||||
|
||||
[ext_resource type="Shader" uid="uid://44g7mn3konwc" path="res://kart/maps/ufo/force_field_shader.tres" id="1_wvajq"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_00.bmp.res" id="2_2v7do"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_01.bmp.res" id="3_yqcd0"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_10.bmp.res" id="4_q8kg5"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_11.bmp.res" id="5_bdkkc"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_02.bmp.res" id="6_ee2hq"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_03.bmp.res" id="7_hviv3"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_04.bmp.res" id="8_s51bi"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_05.bmp.res" id="9_4irmw"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_06.bmp.res" id="10_qip6w"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_07.bmp.res" id="11_48ndu"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_08.bmp.res" id="12_t0827"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_09.bmp.res" id="13_wqq6s"]
|
||||
[ext_resource type="Shader" uid="uid://44g7mn3konwc" path="res://kart/maps/ufo/force_field_shader.tres" id="1_hof1b"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_00.bmp.res" id="2_4m4pv"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_01.bmp.res" id="3_dnoca"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_10.bmp.res" id="4_10n5q"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_11.bmp.res" id="5_rw77u"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_02.bmp.res" id="6_biohn"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_03.bmp.res" id="7_k4lb2"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_04.bmp.res" id="8_1j65w"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_05.bmp.res" id="9_5vgii"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_06.bmp.res" id="10_b4oss"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_07.bmp.res" id="11_pv4ig"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_08.bmp.res" id="12_q04bs"]
|
||||
[ext_resource type="Texture2D" path="res://games/mhk3/D/Moorhuhnkart/textures_animations/portal/water_09.bmp.res" id="13_ytoc5"]
|
||||
|
||||
[sub_resource type="AnimatedTexture" id="AnimatedTexture_mt86o"]
|
||||
frames = 12
|
||||
frame_0/texture = ExtResource("2_2v7do")
|
||||
frame_0/texture = ExtResource("2_4m4pv")
|
||||
frame_0/duration = 0.0666667
|
||||
frame_1/texture = ExtResource("3_yqcd0")
|
||||
frame_1/texture = ExtResource("3_dnoca")
|
||||
frame_1/duration = 0.0666667
|
||||
frame_2/texture = ExtResource("6_ee2hq")
|
||||
frame_2/texture = ExtResource("6_biohn")
|
||||
frame_2/duration = 0.0666667
|
||||
frame_3/texture = ExtResource("7_hviv3")
|
||||
frame_3/texture = ExtResource("7_k4lb2")
|
||||
frame_3/duration = 0.0666667
|
||||
frame_4/texture = ExtResource("8_s51bi")
|
||||
frame_4/texture = ExtResource("8_1j65w")
|
||||
frame_4/duration = 0.0666667
|
||||
frame_5/texture = ExtResource("9_4irmw")
|
||||
frame_5/texture = ExtResource("9_5vgii")
|
||||
frame_5/duration = 0.0666667
|
||||
frame_6/texture = ExtResource("10_qip6w")
|
||||
frame_6/texture = ExtResource("10_b4oss")
|
||||
frame_6/duration = 0.0666667
|
||||
frame_7/texture = ExtResource("11_48ndu")
|
||||
frame_7/texture = ExtResource("11_pv4ig")
|
||||
frame_7/duration = 0.0666667
|
||||
frame_8/texture = ExtResource("12_t0827")
|
||||
frame_8/texture = ExtResource("12_q04bs")
|
||||
frame_8/duration = 0.0666667
|
||||
frame_9/texture = ExtResource("13_wqq6s")
|
||||
frame_9/texture = ExtResource("13_ytoc5")
|
||||
frame_9/duration = 0.0666667
|
||||
frame_10/texture = ExtResource("4_q8kg5")
|
||||
frame_10/texture = ExtResource("4_10n5q")
|
||||
frame_10/duration = 0.0666667
|
||||
frame_11/texture = ExtResource("5_bdkkc")
|
||||
frame_11/texture = ExtResource("5_rw77u")
|
||||
frame_11/duration = 0.0666667
|
||||
|
||||
[resource]
|
||||
render_priority = 0
|
||||
shader = ExtResource("1_wvajq")
|
||||
shader = ExtResource("1_hof1b")
|
||||
shader_parameter/Texture2DParameter = SubResource("AnimatedTexture_mt86o")
|
||||
|
||||
@@ -8,7 +8,7 @@ texture_type = 1
|
||||
source = 5
|
||||
|
||||
[sub_resource type="VisualShaderNodeInput" id="VisualShaderNodeInput_wfaag"]
|
||||
input_name = "uv2"
|
||||
input_name = "uv"
|
||||
|
||||
[sub_resource type="VisualShaderNodeVectorOp" id="VisualShaderNodeVectorOp_akd1a"]
|
||||
default_input_values = [0, Vector3(0, 0, 0), 1, Vector3(5.915, 0, 0)]
|
||||
@@ -36,7 +36,7 @@ void fragment() {
|
||||
|
||||
|
||||
// Input:5
|
||||
vec2 n_out5p0 = UV2;
|
||||
vec2 n_out5p0 = UV;
|
||||
|
||||
|
||||
vec4 n_out4p0;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user