20 lines
747 B
Plaintext
20 lines
747 B
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="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 )
|