-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaiBBC4.tmp
More file actions
81 lines (68 loc) · 2.87 KB
/
Copy pathmaiBBC4.tmp
File metadata and controls
81 lines (68 loc) · 2.87 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[gd_scene load_steps=11 format=3 uid="uid://cjslb8ifkcsb5"]
[ext_resource type="Script" path="res://Assets/Scripts/main.gd" id="1_8i5ed"]
[ext_resource type="PackedScene" uid="uid://gcprpqb2tgtm" path="res://Assets/Scenes/level.tscn" id="1_207nm"]
[ext_resource type="Texture2D" uid="uid://bsax12vn0iagh" path="res://Assets/Textures/overcast_soil_puresky_2k.hdr" id="2_qjqre"]
[ext_resource type="Script" path="res://Assets/Scripts/level.gd" id="3_x81fp"]
[ext_resource type="Script" path="res://Assets/Scripts/hud.gd" id="6_0nnt3"]
[ext_resource type="Script" path="res://Assets/Scripts/instruction_label.gd" id="7_5w8bw"]
[ext_resource type="PackedScene" uid="uid://cruwoh15axpw0" path="res://Assets/Scenes/inventory_interface.tscn" id="8_dgrsb"]
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_bld3v"]
panorama = ExtResource("2_qjqre")
[sub_resource type="Sky" id="Sky_aoq1a"]
sky_material = SubResource("PanoramaSkyMaterial_bld3v")
[sub_resource type="Environment" id="Environment_xe1t8"]
background_mode = 2
sky = SubResource("Sky_aoq1a")
tonemap_mode = 1
[node name="main" type="Node3D"]
script = ExtResource("1_8i5ed")
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_xe1t8")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(-0.866025, -0.433013, 0.25, 0, 0.5, 0.866025, -0.5, 0.75, -0.433013, 0, 0, 0)
shadow_enabled = true
[node name="Level" parent="." instance=ExtResource("1_207nm")]
script = ExtResource("3_x81fp")
[node name="HUD" type="MarginContainer" parent="."]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/margin_left = 10
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 10
theme_override_constants/margin_bottom = 10
script = ExtResource("6_0nnt3")
[node name="InstructionLabel" type="Label" parent="HUD"]
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 8
theme_override_colors/font_color = Color(1, 1, 1, 1)
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
theme_override_constants/outline_size = 9
horizontal_alignment = 1
vertical_alignment = 1
script = ExtResource("7_5w8bw")
[node name="InventoryInterface" parent="HUD" instance=ExtResource("8_dgrsb")]
visible = false
layout_mode = 2
size_flags_horizontal = 1
size_flags_vertical = 1
[node name="Crosshair" type="ColorRect" parent="HUD"]
custom_minimum_size = Vector2(3, 3)
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 4
mouse_filter = 2
[node name="Menu" type="MarginContainer" parent="."]
visible = false
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/margin_left = 10
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 10
theme_override_constants/margin_bottom = 10