40 lines
1.8 KiB
Plaintext
40 lines
1.8 KiB
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://UI/UI.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://Ingame/Ingame.gd" type="Script" id=4]
|
|
[ext_resource path="res://Ingame/Arena.tscn" type="PackedScene" id=5]
|
|
[ext_resource path="res://Ingame/CameraFocus.gd" type="Script" id=6]
|
|
|
|
[node name="InGame" type="Spatial"]
|
|
script = ExtResource( 4 )
|
|
|
|
[node name="UI" parent="." instance=ExtResource( 2 )]
|
|
|
|
[node name="Arena" parent="." instance=ExtResource( 5 )]
|
|
|
|
[node name="PathFollow3" parent="Arena/Path" index="2"]
|
|
transform = Transform( 0.0525302, 0, 0.998617, 0, 1, 0, -0.998619, 0, 0.05253, 1.77306, 0, -55.9514 )
|
|
|
|
[node name="PathFollow6" parent="Arena/Path" index="5"]
|
|
transform = Transform( 0.951672, 0, 0.307114, 0, 1, 0, -0.307114, 0, 0.951672, 54.056, 0, -11.6692 )
|
|
|
|
[node name="PathFollow7" parent="Arena/Path" index="6"]
|
|
transform = Transform( 0.989853, 0, 0.142099, 0, 1, 0, -0.142099, 0, 0.98985, 60.6244, 0, 12.2053 )
|
|
|
|
[node name="PathFollow12" parent="Arena/Path" index="11"]
|
|
transform = Transform( -0.305839, 5.41201e-07, -0.952082, 4.12144e-07, 1, 4.36044e-07, 0.952083, -2.59036e-07, -0.305838, -20.2565, -9.77015e-07, 79.0522 )
|
|
|
|
[node name="PathFollow15" parent="Arena/Path" index="14"]
|
|
transform = Transform( -0.986687, 4.21016e-07, -0.162631, 4.26697e-07, 1, 0, 0.162631, -6.93941e-08, -0.986685, -63.4917, 0, 23.5427 )
|
|
|
|
[node name="PathFollow16" parent="Arena/Path" index="15"]
|
|
transform = Transform( -0.999998, 4.26235e-07, -0.00197735, 4.26236e-07, 1, 0, 0.00197735, -8.42818e-10, -0.999997, -65.6734, 0, -1.33537 )
|
|
|
|
[node name="CameraFocus" type="Spatial" parent="."]
|
|
script = ExtResource( 6 )
|
|
|
|
[node name="Camera" type="Camera" parent="CameraFocus"]
|
|
transform = Transform( -4.2222e-08, -0.707107, 0.707107, -1.13133e-08, 0.707107, 0.707107, -1, 2.18557e-08, -3.78552e-08, 19, 17, -2 )
|
|
|
|
[editable path="Arena"]
|