mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-10 08:42:11 +01:00
Moved the world scene and it's dependencies under scenes/world.
This commit is contained in:
parent
afb1ad62d4
commit
e93dbcaeb0
File diff suppressed because one or more lines are too long
@ -16,8 +16,8 @@
|
||||
[ext_resource path="res://scenes/ConnectServerButton.gd" type="Script" id=14]
|
||||
[ext_resource path="res://scenes/HostGameButton.gd" type="Script" id=15]
|
||||
[ext_resource path="res://menu/MenuWorld.gd" type="Script" id=16]
|
||||
[ext_resource path="res://tw/new_terramanlibrarymerger.tres" type="TerrainLibraryMerger" id=17]
|
||||
[ext_resource path="res://tw/new_terramanlevelgenerator.tres" type="TerrainLevelGenerator" id=18]
|
||||
[ext_resource path="res://scenes/world/new_terramanlibrarymerger.tres" type="TerrainLibraryMerger" id=17]
|
||||
[ext_resource path="res://scenes/world/new_terramanlevelgenerator.tres" type="TerrainLevelGenerator" id=18]
|
||||
[ext_resource path="res://scripts/settings/DirectionalLightSettings.gd" type="Script" id=19]
|
||||
[ext_resource path="res://ui/windows/about/About.tscn" type="PackedScene" id=20]
|
||||
[ext_resource path="res://menu/ExitButton.gd" type="Script" id=21]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/MainScene.gd" type="Script" id=1]
|
||||
[ext_resource path="res://tw/TerrainWorldBlocky.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://scenes/world/TerrainWorldBlocky.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://menu/Menu.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=4]
|
||||
[ext_resource path="res://ui/debug/DebugInfo.tscn" type="PackedScene" id=5]
|
||||
|
@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=8 format=2]
|
||||
|
||||
[ext_resource path="res://tw/new_terramanlibrarymergerpcm.tres" type="TerrainLibraryMergerPCM" id=1]
|
||||
[ext_resource path="res://tw/TerrainWorldBlocky.gd" type="Script" id=2]
|
||||
[ext_resource path="res://tw/world_generator.tres" type="TerrainLevelGenerator" id=3]
|
||||
[ext_resource path="res://scenes/world/new_terramanlibrarymergerpcm.tres" type="TerrainLibraryMergerPCM" id=1]
|
||||
[ext_resource path="res://scenes/world/TerrainWorldBlocky.gd" type="Script" id=2]
|
||||
[ext_resource path="res://scenes/world/world_generator.tres" type="TerrainLevelGenerator" id=3]
|
||||
[ext_resource path="res://scripts/settings/DirectionalLightSettings.gd" type="Script" id=4]
|
||||
[ext_resource path="res://tests/test_props/MeshDataInstance.tres" type="PropData" id=5]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[gd_resource type="TerrainLevelGenerator" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://tw/new_terramanlevelgenerator.gd" type="Script" id=1]
|
||||
[ext_resource path="res://scenes/world/new_terramanlevelgenerator.gd" type="Script" id=1]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
@ -1,8 +1,8 @@
|
||||
[gd_resource type="TerrainLibraryMerger" load_steps=10 format=2]
|
||||
|
||||
[ext_resource path="res://worlds/test_world/voxel_library/textures/grass_mossy_albedo.png" type="Texture" id=1]
|
||||
[ext_resource path="res://worlds/test_world/voxel_library/textures/stone_1_albedo.png" type="Texture" id=2]
|
||||
[ext_resource path="res://worlds/test_world/voxel_library/textures/dirt_albedo.png" type="Texture" id=3]
|
||||
[ext_resource path="res://worlds/test_world/voxel_library/textures/dirt_albedo.png" type="Texture" id=2]
|
||||
[ext_resource path="res://worlds/test_world/voxel_library/textures/stone_1_albedo.png" type="Texture" id=3]
|
||||
[ext_resource path="res://materials/7_standard_material_notex.tres" type="Material" id=4]
|
||||
[ext_resource path="res://materials/5_standard_material_nouv2.tres" type="Material" id=5]
|
||||
|
||||
@ -12,20 +12,20 @@ texture_bottom = ExtResource( 1 )
|
||||
texture_side = ExtResource( 1 )
|
||||
|
||||
[sub_resource type="TerrainSurfaceMerger" id=2]
|
||||
texture_top = ExtResource( 3 )
|
||||
texture_bottom = ExtResource( 3 )
|
||||
texture_side = ExtResource( 3 )
|
||||
|
||||
[sub_resource type="TerrainSurfaceMerger" id=3]
|
||||
texture_top = ExtResource( 3 )
|
||||
texture_bottom = ExtResource( 1 )
|
||||
texture_side = ExtResource( 2 )
|
||||
|
||||
[sub_resource type="TerrainSurfaceMerger" id=4]
|
||||
texture_top = ExtResource( 2 )
|
||||
texture_bottom = ExtResource( 2 )
|
||||
texture_side = ExtResource( 2 )
|
||||
|
||||
[sub_resource type="TerrainSurfaceMerger" id=3]
|
||||
texture_top = ExtResource( 2 )
|
||||
texture_bottom = ExtResource( 1 )
|
||||
texture_side = ExtResource( 3 )
|
||||
|
||||
[sub_resource type="TerrainSurfaceMerger" id=4]
|
||||
texture_top = ExtResource( 3 )
|
||||
texture_bottom = ExtResource( 3 )
|
||||
texture_side = ExtResource( 3 )
|
||||
|
||||
[resource]
|
||||
materials = [ ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 4 ) ]
|
||||
texture_flags = 1
|
@ -1,35 +1,35 @@
|
||||
[gd_resource type="TerrainLibraryMergerPCM" load_steps=12 format=2]
|
||||
|
||||
[ext_resource path="res://worlds/test_world/voxel_library/textures/grass_mossy_albedo.png" type="Texture" id=1]
|
||||
[ext_resource path="res://worlds/test_world/voxel_library/textures/stone_1_albedo.png" type="Texture" id=2]
|
||||
[ext_resource path="res://worlds/test_world/voxel_library/textures/dirt_albedo.png" type="Texture" id=3]
|
||||
[ext_resource path="res://materials/7_standard_material_notex.tres" type="Material" id=4]
|
||||
[ext_resource path="res://materials/5_standard_material_nouv2.tres" type="Material" id=5]
|
||||
[ext_resource path="res://materials/6_standard_material_prop_nouv2.tres" type="Material" id=6]
|
||||
[ext_resource path="res://materials/8_standard_material_prop_notex.tres" type="Material" id=7]
|
||||
[ext_resource path="res://materials/8_standard_material_prop_notex.tres" type="Material" id=1]
|
||||
[ext_resource path="res://materials/6_standard_material_prop_nouv2.tres" type="Material" id=2]
|
||||
[ext_resource path="res://worlds/test_world/voxel_library/textures/grass_mossy_albedo.png" type="Texture" id=3]
|
||||
[ext_resource path="res://worlds/test_world/voxel_library/textures/dirt_albedo.png" type="Texture" id=4]
|
||||
[ext_resource path="res://worlds/test_world/voxel_library/textures/stone_1_albedo.png" type="Texture" id=5]
|
||||
[ext_resource path="res://materials/7_standard_material_notex.tres" type="Material" id=6]
|
||||
[ext_resource path="res://materials/5_standard_material_nouv2.tres" type="Material" id=7]
|
||||
|
||||
[sub_resource type="TerrainSurfaceMerger" id=1]
|
||||
texture_top = ExtResource( 1 )
|
||||
texture_bottom = ExtResource( 1 )
|
||||
texture_side = ExtResource( 1 )
|
||||
|
||||
[sub_resource type="TerrainSurfaceMerger" id=2]
|
||||
texture_top = ExtResource( 3 )
|
||||
texture_bottom = ExtResource( 3 )
|
||||
texture_side = ExtResource( 3 )
|
||||
|
||||
[sub_resource type="TerrainSurfaceMerger" id=2]
|
||||
texture_top = ExtResource( 4 )
|
||||
texture_bottom = ExtResource( 4 )
|
||||
texture_side = ExtResource( 4 )
|
||||
|
||||
[sub_resource type="TerrainSurfaceMerger" id=3]
|
||||
texture_top = ExtResource( 3 )
|
||||
texture_bottom = ExtResource( 1 )
|
||||
texture_side = ExtResource( 2 )
|
||||
texture_top = ExtResource( 4 )
|
||||
texture_bottom = ExtResource( 3 )
|
||||
texture_side = ExtResource( 5 )
|
||||
|
||||
[sub_resource type="TerrainSurfaceMerger" id=4]
|
||||
texture_top = ExtResource( 2 )
|
||||
texture_bottom = ExtResource( 2 )
|
||||
texture_side = ExtResource( 2 )
|
||||
texture_top = ExtResource( 5 )
|
||||
texture_bottom = ExtResource( 5 )
|
||||
texture_side = ExtResource( 5 )
|
||||
|
||||
[resource]
|
||||
materials = [ ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 4 ) ]
|
||||
prop_materials = [ ExtResource( 6 ), ExtResource( 6 ), ExtResource( 6 ), ExtResource( 6 ), ExtResource( 7 ) ]
|
||||
materials = [ ExtResource( 7 ), ExtResource( 7 ), ExtResource( 7 ), ExtResource( 7 ), ExtResource( 6 ) ]
|
||||
prop_materials = [ ExtResource( 2 ), ExtResource( 2 ), ExtResource( 2 ), ExtResource( 2 ), ExtResource( 1 ) ]
|
||||
texture_flags = 1
|
||||
voxel_surfaces = [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ) ]
|
@ -1,10 +1,10 @@
|
||||
[gd_resource type="TerrainLevelGenerator" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/world_generators/TerrainWorldGenerator.gd" type="Script" id=1]
|
||||
[ext_resource path="res://worlds/test_world/test_world.tres" type="Resource" id=2]
|
||||
[ext_resource path="res://worlds/test_world/test_world.tres" type="Resource" id=1]
|
||||
[ext_resource path="res://scripts/world_generators/TerrainWorldGenerator.gd" type="Script" id=2]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
script = ExtResource( 2 )
|
||||
_level_seed = 0
|
||||
_spawn_mobs = true
|
||||
world_gen_world = ExtResource( 2 )
|
||||
world_gen_world = ExtResource( 1 )
|
Loading…
Reference in New Issue
Block a user