substantial work on saving and loading and hub mechanic
This commit is contained in:
85
scenes/HUBWORLD.tscn
Normal file
85
scenes/HUBWORLD.tscn
Normal file
@@ -0,0 +1,85 @@
|
||||
[gd_scene load_steps=11 format=3 uid="uid://jdwpc622vmok"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/LevelManager.gd" id="1_1bnbi"]
|
||||
[ext_resource type="Resource" uid="uid://bxcxqt7rmfvdw" path="res://GameModes/hubworld.tres" id="2_62iy8"]
|
||||
[ext_resource type="Material" uid="uid://b6hhomp4kcjvb" path="res://assets/materials/prototype/tadaoando.tres" id="3_hlejc"]
|
||||
[ext_resource type="PackedScene" uid="uid://drwae3loscbw7" path="res://assets/player.tscn" id="4_04o4y"]
|
||||
[ext_resource type="PackedScene" uid="uid://dgapcuvg0gtmm" path="res://assets/scene_changer.tscn" id="5_alya6"]
|
||||
[ext_resource type="PackedScene" uid="uid://bessq6hl7qsh8" path="res://assets/stats.tscn" id="6_mkn70"]
|
||||
[ext_resource type="PackedScene" uid="uid://bj1y0fbjtul4a" path="res://post_processing.tscn" id="7_2h1ea"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_s7e4t"]
|
||||
sky_top_color = Color(0.623488, 0.812575, 0.900791, 1)
|
||||
sky_horizon_color = Color(0.705872, 0.745394, 0.758448, 1)
|
||||
ground_bottom_color = Color(0.5, 0.5, 0.5, 1)
|
||||
ground_horizon_color = Color(0.705872, 0.745394, 0.758448, 1)
|
||||
|
||||
[sub_resource type="Sky" id="Sky_kdw67"]
|
||||
sky_material = SubResource("ProceduralSkyMaterial_s7e4t")
|
||||
|
||||
[sub_resource type="Environment" id="Environment_r2hg6"]
|
||||
background_mode = 2
|
||||
sky = SubResource("Sky_kdw67")
|
||||
tonemap_mode = 2
|
||||
glow_enabled = true
|
||||
fog_enabled = true
|
||||
fog_density = 0.0015
|
||||
|
||||
[node name="HUB_1" type="Node3D" groups=["hub_level"]]
|
||||
script = ExtResource("1_1bnbi")
|
||||
gamemode = ExtResource("2_62iy8")
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_r2hg6")
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(-0.78152, -0.330606, 0.52908, 0, 0.848048, 0.529919, -0.62388, 0.414143, -0.662767, 0, 0, 0)
|
||||
shadow_enabled = true
|
||||
|
||||
[node name="CSGBox3D" type="CSGBox3D" parent="."]
|
||||
material_override = ExtResource("3_hlejc")
|
||||
use_collision = true
|
||||
size = Vector3(20, 0.113, 20)
|
||||
|
||||
[node name="CSGBox3D2" type="CSGBox3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 18.9745, -373.706, -11.5779)
|
||||
material_override = ExtResource("3_hlejc")
|
||||
use_collision = true
|
||||
size = Vector3(21.6041, 760.743, 6.07715)
|
||||
|
||||
[node name="CSGBox3D3" type="CSGBox3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 18.9289, -377.958, -0.0683279)
|
||||
material_override = ExtResource("3_hlejc")
|
||||
use_collision = true
|
||||
size = Vector3(21.6041, 769.246, 6.07715)
|
||||
|
||||
[node name="CSGBox3D4" type="CSGBox3D" parent="."]
|
||||
transform = Transform3D(0.00661471, 0, -0.999978, 0, 1, 0, 0.999978, 0, 0.00661471, 7.88029, -381.918, -8.74134)
|
||||
material_override = ExtResource("3_hlejc")
|
||||
use_collision = true
|
||||
size = Vector3(21.6041, 756.867, 6.07715)
|
||||
|
||||
[node name="CSGBox3D5" type="CSGBox3D" parent="."]
|
||||
transform = Transform3D(0.00661471, 0, -0.999978, 0, 1, 0, 0.999978, 0, 0.00661471, 26.4634, -378.874, -5.57522)
|
||||
material_override = ExtResource("3_hlejc")
|
||||
use_collision = true
|
||||
size = Vector3(21.6041, 771.124, 6.07715)
|
||||
|
||||
[node name="CSGBox3D6" type="CSGBox3D" parent="."]
|
||||
transform = Transform3D(0.00661471, 0, -0.999978, 0, 1, 0, 0.999978, 0, 0.00661471, 19.5101, 7.06388, -5.64323)
|
||||
material_override = ExtResource("3_hlejc")
|
||||
use_collision = true
|
||||
size = Vector3(18.9743, 2.36012, 19.9824)
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("4_04o4y")]
|
||||
transform = Transform3D(1, 0.000164476, 0.000583754, -0.000165075, 0.999999, 0.00104027, -0.000583585, -0.00104036, 0.999999, 0.818877, 1.17009, 3.09268)
|
||||
|
||||
[node name="Scene Changer" parent="." instance=ExtResource("5_alya6")]
|
||||
transform = Transform3D(22.6681, 0, 0, 0, 3.41912, 0, 0, 0, 6.68795, 16.4442, -57.3609, -5.67549)
|
||||
scene_path = "res://scenes/enemy_working_scene.tscn"
|
||||
|
||||
[node name="Stats" parent="." instance=ExtResource("6_mkn70")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.212402, 1.9891, -6.02898)
|
||||
|
||||
[node name="PostProcessing" parent="." instance=ExtResource("7_2h1ea")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9.84741, 0.0564995, -2.31308)
|
||||
Reference in New Issue
Block a user