2019-11-20 14:37:34 +01:00
|
|
|
[gd_scene load_steps=3 format=2]
|
|
|
|
|
2020-04-26 13:36:10 +02:00
|
|
|
[ext_resource path="res://modules/planets/test_planet/voxel_library/1_main_lib_merger_empty.tres" type="VoxelmanLibraryMerger" id=1]
|
2020-02-13 14:06:56 +01:00
|
|
|
[ext_resource path="res://voxelman/world/TVVoxelWorld.gd" type="Script" id=2]
|
|
|
|
|
2019-11-20 14:37:34 +01:00
|
|
|
|
2020-04-26 11:12:20 +02:00
|
|
|
|
|
|
|
|
2020-04-26 13:36:10 +02:00
|
|
|
|
2019-11-20 14:37:34 +01:00
|
|
|
[node name="World" type="VoxelWorld"]
|
2019-12-23 22:53:51 +01:00
|
|
|
library = ExtResource( 1 )
|
2019-11-20 14:37:34 +01:00
|
|
|
voxel_scale = 2.0
|
|
|
|
player_path = NodePath("Camera")
|
|
|
|
script = ExtResource( 2 )
|