12 lines
400 B
Plaintext
12 lines
400 B
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://Scripts/Arena.gd" type="Script" id=1]
|
||
|
[ext_resource path="res://Scripts/Camera.gd" type="Script" id=2]
|
||
|
|
||
|
[node name="Arena" type="Spatial"]
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="Camera" type="Camera" parent="."]
|
||
|
transform = Transform( 1, 0, 0, 0, 0.942566, 0.334021, 0, -0.334021, 0.942566, 0, 0.462908, 1.26081 )
|
||
|
script = ExtResource( 2 )
|