mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
13 lines
385 B
Plaintext
13 lines
385 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://voxelman/cubic_mesher/CubicVoxelWorld.gd" type="Script" id=1]
|
|
[ext_resource path="res://data/voxel_libraries/main_library.tres" type="VoxelmanLibrarySimple" id=4]
|
|
|
|
|
|
[node name="VoxelWorld" type="VoxelWorld"]
|
|
library = ExtResource( 4 )
|
|
voxel_scale = 2.0
|
|
player_path = NodePath("Camera")
|
|
script = ExtResource( 1 )
|
|
gen_type = 2
|