-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWorld.tscn
44 lines (32 loc) · 1.16 KB
/
World.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
38
39
40
41
42
43
[gd_scene load_steps=5 format=2]
[ext_resource path="res://World.gd" type="Script" id=1]
[ext_resource path="res://Planet.gd" type="Script" id=2]
[ext_resource path="res://zekton.tres" type="DynamicFont" id=3]
[sub_resource type="ArrayMesh" id=1]
[node name="World" type="Node"]
script = ExtResource( 1 )
[node name="Planet" type="Spatial" parent="."]
script = ExtResource( 2 )
[node name="MeshInstance" type="MeshInstance" parent="Planet"]
mesh = SubResource( 1 )
[node name="Sun" type="DirectionalLight" parent="Planet"]
transform = Transform( 0.866025, -0.469846, 0.17101, 0, 0.34202, 0.939693, -0.5, -0.813798, 0.296198, 0, 1.81959, 0 )
[node name="Camera" type="Camera" parent="."]
transform = Transform( 1, 0, 0, 0, 0.866025, 0.5, 0, -0.5, 0.866025, 0, 0, 0 )
keep_aspect = 0
current = true
fov = 65.0
near = 1.0
far = 1000.0
[node name="UI" type="CanvasLayer" parent="."]
[node name="fps_label" type="Label" parent="UI"]
margin_right = 43.0
margin_bottom = 28.0
custom_fonts/font = ExtResource( 3 )
text = "FPS"
[node name="pos_label" type="Label" parent="UI"]
margin_top = 30.0
margin_right = 53.0
margin_bottom = 58.0
custom_fonts/font = ExtResource( 3 )
text = "Pos:"