Files
cobor/scenes/main.tscn
2025-08-27 15:45:27 +02:00

155 lines
5.2 KiB
Plaintext

[gd_scene load_steps=11 format=3 uid="uid://7q00x01xdsal"]
[ext_resource type="Material" uid="uid://d0j8ohshig3ev" path="res://assets/polygon_prototype/materials/material_polygon_prototype_texture_A1.tres" id="1_o5qli"]
[sub_resource type="Gradient" id="Gradient_o5qli"]
offsets = PackedFloat32Array(0.386792, 1)
[sub_resource type="FastNoiseLite" id="FastNoiseLite_0wfyh"]
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_sugp2"]
seamless = true
color_ramp = SubResource("Gradient_o5qli")
noise = SubResource("FastNoiseLite_0wfyh")
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_jyhfs"]
sky_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
sky_cover = SubResource("NoiseTexture2D_sugp2")
ground_curve = 0.0721003
[sub_resource type="Sky" id="Sky_tbgi4"]
sky_material = SubResource("ProceduralSkyMaterial_jyhfs")
[sub_resource type="Environment" id="Environment_tefeu"]
background_mode = 2
sky = SubResource("Sky_tbgi4")
tonemap_mode = 2
glow_enabled = true
[sub_resource type="PlaneMesh" id="PlaneMesh_be8jq"]
size = Vector2(50, 50)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_o5qli"]
albedo_color = Color(0.313808, 0.455394, 0.721014, 1)
[sub_resource type="BoxMesh" id="BoxMesh_o5qli"]
material = SubResource("StandardMaterial3D_o5qli")
[node name="Main" type="Node"]
[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="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_tefeu")
[node name="floor" type="MeshInstance3D" parent="."]
material_override = ExtResource("1_o5qli")
mesh = SubResource("PlaneMesh_be8jq")
[node name="Robot" type="Node3D" parent="."]
[node name="MeshInstance3D" type="MeshInstance3D" parent="Robot"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
mesh = SubResource("BoxMesh_o5qli")
[node name="Camera3D" type="Camera3D" parent="Robot"]
transform = Transform3D(-0.996038, -0.0493504, 0.0739856, 0, 0.831912, 0.554908, -0.0889344, 0.552709, -0.828616, 0.617269, 2.49481, -3.59337)
[node name="Control" type="PanelContainer" parent="."]
anchors_preset = 11
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 0
grow_vertical = 2
[node name="VBoxContainer" type="VBoxContainer" parent="Control"]
layout_mode = 2
[node name="Label" type="Label" parent="Control/VBoxContainer"]
layout_mode = 2
text = "Programming"
horizontal_alignment = 1
[node name="HBoxContainer" type="HBoxContainer" parent="Control/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
[node name="VBoxContainer" type="VBoxContainer" parent="Control/VBoxContainer/HBoxContainer"]
layout_mode = 2
[node name="Label" type="Label" parent="Control/VBoxContainer/HBoxContainer/VBoxContainer"]
layout_mode = 2
text = " Source Code "
[node name="CodeEdit" type="CodeEdit" parent="Control/VBoxContainer/HBoxContainer/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
text = "Move #1 0
"
[node name="ItemList" type="VBoxContainer" parent="Control/VBoxContainer/HBoxContainer"]
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="Control/VBoxContainer/HBoxContainer/ItemList"]
layout_mode = 2
[node name="Label" type="Label" parent="Control/VBoxContainer/HBoxContainer/ItemList/HBoxContainer"]
layout_mode = 2
text = "#0"
[node name="SpinBox" type="SpinBox" parent="Control/VBoxContainer/HBoxContainer/ItemList/HBoxContainer"]
layout_mode = 2
[node name="HBoxContainer2" type="HBoxContainer" parent="Control/VBoxContainer/HBoxContainer/ItemList"]
layout_mode = 2
[node name="Label" type="Label" parent="Control/VBoxContainer/HBoxContainer/ItemList/HBoxContainer2"]
layout_mode = 2
text = "#1"
[node name="SpinBox" type="SpinBox" parent="Control/VBoxContainer/HBoxContainer/ItemList/HBoxContainer2"]
layout_mode = 2
[node name="HBoxContainer3" type="HBoxContainer" parent="Control/VBoxContainer/HBoxContainer/ItemList"]
layout_mode = 2
[node name="Label" type="Label" parent="Control/VBoxContainer/HBoxContainer/ItemList/HBoxContainer3"]
layout_mode = 2
text = "#2"
[node name="SpinBox" type="SpinBox" parent="Control/VBoxContainer/HBoxContainer/ItemList/HBoxContainer3"]
layout_mode = 2
[node name="HBoxContainer4" type="HBoxContainer" parent="Control/VBoxContainer/HBoxContainer/ItemList"]
layout_mode = 2
[node name="Label" type="Label" parent="Control/VBoxContainer/HBoxContainer/ItemList/HBoxContainer4"]
layout_mode = 2
text = "#3"
[node name="SpinBox" type="SpinBox" parent="Control/VBoxContainer/HBoxContainer/ItemList/HBoxContainer4"]
layout_mode = 2
[node name="HBoxContainer2" type="HBoxContainer" parent="Control/VBoxContainer"]
layout_mode = 2
alignment = 1
[node name="StopButton" type="Button" parent="Control/VBoxContainer/HBoxContainer2"]
layout_mode = 2
text = "Stop"
[node name="PlayButton" type="Button" parent="Control/VBoxContainer/HBoxContainer2"]
layout_mode = 2
text = "Play"
[node name="PauseButton" type="Button" parent="Control/VBoxContainer/HBoxContainer2"]
layout_mode = 2
text = "Pause"
[node name="StepButton" type="Button" parent="Control/VBoxContainer/HBoxContainer2"]
layout_mode = 2
text = "Step"