-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinit.tscn
More file actions
67 lines (52 loc) · 1.98 KB
/
init.tscn
File metadata and controls
67 lines (52 loc) · 1.98 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[gd_scene load_steps=5 format=3 uid="uid://2hmkpsfcmtek"]
[ext_resource type="Script" uid="uid://b7wtjsvwceoqw" path="res://scripts/init.gd" id="1_ll5v6"]
[ext_resource type="PackedScene" uid="uid://ddlfbj8s0xs4g" path="res://WorldEnvironment.res" id="1_mjqfd"]
[sub_resource type="BoxMesh" id="BoxMesh_jmrau"]
[sub_resource type="GDScript" id="GDScript_4mvha"]
script/source = "extends MeshInstance3D
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
rotate_y(delta)
"
[node name="Node3D" type="Node3D"]
script = ExtResource("1_ll5v6")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(0.786098, -0.535292, 0.30905, 0.179699, 0.676323, 0.71435, -0.591403, -0.506013, 0.627848, 0, 0, 0)
shadow_enabled = true
directional_shadow_max_distance = 250.0
[node name="WorldEnvironment" parent="." instance=ExtResource("1_mjqfd")]
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 4)
[node name="Node3D" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.866025, -0.5, 0, 0.5, 0.866025, 0, 0, 0)
[node name="MeshInstance3D" type="MeshInstance3D" parent="Node3D"]
mesh = SubResource("BoxMesh_jmrau")
script = SubResource("GDScript_4mvha")
[node name="control" type="Control" parent="."]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="vBoxContainer" type="VBoxContainer" parent="control"]
layout_mode = 1
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 5.0
offset_top = -34.0
offset_right = -5.0
offset_bottom = -5.0
grow_horizontal = 2
grow_vertical = 0
[node name="label" type="Label" parent="control/vBoxContainer"]
layout_mode = 2
text = "Startup..."
horizontal_alignment = 1
vertical_alignment = 1
[node name="progressBar" type="ProgressBar" parent="control/vBoxContainer"]
layout_mode = 2
size_flags_vertical = 2
value = 25.0