This commit is contained in:
2025-12-18 00:32:46 +01:00
commit 2df6caf257
177 changed files with 3653 additions and 0 deletions

41
World.tscn5948436529.tmp Normal file
View File

@@ -0,0 +1,41 @@
[gd_scene load_steps=7 format=3 uid="uid://de5tfqafmbcha"]
[ext_resource type="Script" uid="uid://cst1xkyo3ucrt" path="res://world.gd" id="1_bcbcq"]
[ext_resource type="MeshLibrary" uid="uid://c31kwx1aeew2m" path="res://wallset.tres" id="1_c6gwx"]
[ext_resource type="PackedScene" uid="uid://cg3pg0myfkjde" path="res://player.tscn" id="2_2dftf"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_c6gwx"]
sky_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
ground_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
[sub_resource type="Sky" id="Sky_2dftf"]
sky_material = SubResource("ProceduralSkyMaterial_c6gwx")
[sub_resource type="Environment" id="Environment_bcbcq"]
background_mode = 2
sky = SubResource("Sky_2dftf")
tonemap_mode = 2
glow_enabled = true
[node name="World" type="Node"]
script = ExtResource("1_bcbcq")
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_bcbcq")
[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
shadow_bias = 0.001
[node name="Player" parent="." instance=ExtResource("2_2dftf")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.01967, 0, 1.71029)
[node name="GridMap" type="GridMap" parent="."]
transform = Transform3D(1.5, 0, 0, 0, 1.5, 0, 0, 0, 1.5, 0, 0, 0)
mesh_library = ExtResource("1_c6gwx")
cell_size = Vector3(1, 1, 1)
cell_center_y = false
data = {
"cells": PackedInt32Array(65534, 65535, 0, 65533, 65535, 0, 65532, 65535, 0, 65532, 1, 1048578, 65533, 1, 1048578, 65534, 1, 1048578, 65534, 0, 1048578, 65533, 0, 1048578, 65532, 0, 1048578, 65532, 2, 1048578, 65533, 2, 1048578, 65534, 2, 1048578, 65531, 2, 1048578, 65531, 1, 1048578, 65531, 0, 1048578, 65530, 65535, 1048577, 65530, 3, 655361, 65535, 3, 1441793, 65535, 65535, 1, 65535, 0, 1441792, 65535, 1, 1441792, 65535, 2, 1441792, 65530, 1, 1048580, 65530, 0, 1048576, 65530, 2, 1048576, 65531, 65535, 0, 65531, 3, 655360, 65532, 3, 655360, 65533, 3, 655360, 65534, 3, 655360)
}