38 lines
1.7 KiB
Text
38 lines
1.7 KiB
Text
[gd_scene load_steps=8 format=3 uid="uid://ddy8gm0fq0dd3"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/maps/toyfactory.gd" id="1_xebe1"]
|
|
[ext_resource type="PackedScene" uid="uid://ytbacsuahxie" path="res://scenes/HUD.tscn" id="2_irab1"]
|
|
[ext_resource type="PackedScene" uid="uid://i6p5x38pt23l" path="res://scenes/toyfactory-map.tscn" id="3_3k25h"]
|
|
[ext_resource type="PackedScene" uid="uid://buyvavyuwmccw" path="res://joystick/virtual_joystick.tscn" id="4_nof1r"]
|
|
|
|
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_ell6n"]
|
|
sky_top_color = Color(0.870588, 0.894118, 0.92549, 1)
|
|
sky_horizon_color = Color(0.767647, 0.765779, 0.764623, 1)
|
|
ground_horizon_color = Color(0.767647, 0.765779, 0.764623, 1)
|
|
|
|
[sub_resource type="Sky" id="Sky_lh0lw"]
|
|
sky_material = SubResource("ProceduralSkyMaterial_ell6n")
|
|
|
|
[sub_resource type="Environment" id="Environment_fnphj"]
|
|
background_mode = 2
|
|
sky = SubResource("Sky_lh0lw")
|
|
tonemap_mode = 2
|
|
glow_enabled = true
|
|
|
|
[node name="toyfactory" type="Node3D"]
|
|
script = ExtResource("1_xebe1")
|
|
|
|
[node name="HUD" parent="." instance=ExtResource("2_irab1")]
|
|
show_behind_parent = true
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
environment = SubResource("Environment_fnphj")
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(-0.0034906, -0.94887, 0.315647, 0, 0.315649, 0.948876, -0.999994, 0.00331215, -0.00110181, 0, 0, 0)
|
|
shadow_enabled = true
|
|
|
|
[node name="Toy Factory" parent="." instance=ExtResource("3_3k25h")]
|
|
transform = Transform3D(0.4, 0, 0, 0, 0.4, 0, 0, 0, 0.4, -7.35396, 2.08165e-12, -21.6813)
|
|
|
|
[node name="Virtual joystick" parent="." instance=ExtResource("4_nof1r")]
|