|
@ -1,6 +1,7 @@ |
|
|
[gd_scene load_steps=5 format=3 uid="uid://mkfitwqnerku"] |
|
|
|
|
|
|
|
|
[gd_scene load_steps=6 format=3 uid="uid://mkfitwqnerku"] |
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://c0jbvki2cylct" path="res://scenes/world/world.gd" id="1_6m72w"] |
|
|
[ext_resource type="Script" uid="uid://c0jbvki2cylct" path="res://scenes/world/world.gd" id="1_6m72w"] |
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cggiju8k3bkoc" path="res://scenes/characters/player.tscn" id="2_sl2e5"] |
|
|
|
|
|
|
|
|
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_4rhad"] |
|
|
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_4rhad"] |
|
|
sky_horizon_color = Color(0.662243, 0.671743, 0.686743, 1) |
|
|
sky_horizon_color = Color(0.662243, 0.671743, 0.686743, 1) |
|
@ -27,3 +28,5 @@ shadow_enabled = true |
|
|
|
|
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."] |
|
|
[node name="Camera3D" type="Camera3D" parent="."] |
|
|
transform = Transform3D(1, 0, 0, 0, 0.866025, 0.5, 0, -0.5, 0.866025, 0.1, 1.86802, 3.38687) |
|
|
transform = Transform3D(1, 0, 0, 0, 0.866025, 0.5, 0, -0.5, 0.866025, 0.1, 1.86802, 3.38687) |
|
|
|
|
|
|
|
|
|
|
|
[node name="Player" parent="." instance=ExtResource("2_sl2e5")] |