-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRoot Scene.tscn
39 lines (28 loc) · 964 Bytes
/
Root Scene.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[gd_scene load_steps=4 format=2]
[ext_resource path="res://robot_inherited.tscn" type="PackedScene" id=1]
[ext_resource path="res://icon.png" type="Texture" id=2]
[ext_resource path="res://bin/gdexample.gdns" type="Script" id=3]
[node name="Spatial" type="Spatial" index="0"]
_sections_unfolded = [ "Transform" ]
[node name="Scene Root" parent="." index="0" instance=ExtResource( 1 )]
_sections_unfolded = [ "Transform" ]
[node name="Camera" type="Camera" parent="Scene Root" index="1"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 11.5234, 18.4971 )
keep_aspect = 1
cull_mask = 1048575
environment = null
h_offset = 0.0
v_offset = 0.0
doppler_tracking = 0
projection = 0
current = false
fov = 70.0
size = 1.0
near = 0.05
far = 100.0
[node name="Sprite" type="Sprite" parent="." index="1"]
position = Vector2( 0, -1 )
texture = ExtResource( 2 )
offset = Vector2( 64, 64 )
script = ExtResource( 3 )
_sections_unfolded = [ "Animation", "Offset" ]