11 lines
346 B
Plaintext
11 lines
346 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://dauphincraft_world"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/world/ChunkManager.gd" id="1_chunkman"]
|
|
|
|
[node name="World" type="Node3D"]
|
|
|
|
[node name="ChunkManager" type="Node3D" parent="." node_paths=PackedStringArray()]
|
|
script = ExtResource("1_chunkman")
|
|
render_distance = 4
|
|
world_seed = 12345
|