gamejam-march-28/main.tscn
2025-03-30 18:43:56 -06:00

81 lines
3.7 KiB
Text

[gd_scene load_steps=9 format=3 uid="uid://cgpuhiledvecy"]
[ext_resource type="Script" uid="uid://d1hwmc7erkys0" path="res://main.gd" id="1_lquwl"]
[ext_resource type="PackedScene" uid="uid://cj7l76arpv3ib" path="res://terrain.tscn" id="2_0xm2m"]
[ext_resource type="PackedScene" uid="uid://cpap2mt61s2m" path="res://snow_particles.tscn" id="3_h2yge"]
[ext_resource type="PackedScene" uid="uid://2fdkfui13p2" path="res://player_manager.tscn" id="3_lquwl"]
[ext_resource type="PackedScene" uid="uid://54sf77urgp3h" path="res://player.tscn" id="4_1bvp3"]
[sub_resource type="Environment" id="Environment_ig7tw"]
background_mode = 1
background_color = Color(0.56685, 0.797711, 1, 1)
volumetric_fog_enabled = true
volumetric_fog_density = 0.07
volumetric_fog_emission = Color(1, 1, 1, 1)
volumetric_fog_length = 15.0
[sub_resource type="BoxMesh" id="BoxMesh_ig7tw"]
[sub_resource type="BoxShape3D" id="BoxShape3D_1bvp3"]
size = Vector3(35.0134, 9.75867, 0.249512)
[node name="Main" type="Node3D"]
script = ExtResource("1_lquwl")
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_ig7tw")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="WorldEnvironment"]
transform = Transform3D(0.273993, -0.45497, -0.847308, 0.961732, 0.129619, 0.241394, -1.15681e-10, -0.881023, 0.473074, 0, 17.9492, 0)
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.995973, 0.0896594, 0, -0.0896594, 0.995973, 0, 11.4751, 48.7588)
fov = 50.0
[node name="MeshInstance3D2" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_ig7tw")
[node name="terrain" parent="." instance=ExtResource("2_0xm2m")]
[node name="GPUParticles3D" parent="." instance=ExtResource("3_h2yge")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 14.0086, 44.111)
[node name="StaticBody3D2" type="StaticBody3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D2"]
transform = Transform3D(5.09, 0, 0, 0, 5.09, 0, 0, 0, 5.09, 14.8539, 22.2908, -30.8631)
shape = SubResource("BoxShape3D_1bvp3")
[node name="StaticBody3D3" type="StaticBody3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D3"]
transform = Transform3D(5.09, 0, 0, 0, 5.09, 0, 0, 0, 5.09, 14.8539, 22.2908, 30.3055)
shape = SubResource("BoxShape3D_1bvp3")
[node name="StaticBody3D4" type="StaticBody3D" parent="."]
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 23.5946, 0, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D4"]
transform = Transform3D(4.32117, 0, -2.6899, 0, 5.09, 0, 2.6899, 0, 4.32117, 14.8539, 22.2908, 38.4117)
shape = SubResource("BoxShape3D_1bvp3")
[node name="StaticBody3D5" type="StaticBody3D" parent="."]
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, -23.595, 0, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D5"]
transform = Transform3D(4.74707, 0, 1.83669, 0, 5.09, 0, -1.83669, 0, 4.74707, 14.854, 22.291, -34.2884)
shape = SubResource("BoxShape3D_1bvp3")
[node name="Player3" parent="." instance=ExtResource("4_1bvp3")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.72766, 4.42694, 16.2438)
[node name="PlayerManager" parent="." node_paths=PackedStringArray("fox") instance=ExtResource("3_lquwl")]
fox = NodePath("../Player3")
[node name="Player" parent="PlayerManager" instance=ExtResource("4_1bvp3")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.895613, 9.62245, -1.52932)
initial_model = 1
[node name="Player2" parent="PlayerManager" instance=ExtResource("4_1bvp3")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6.52864, 12.2658, -1.05488)
initial_model = 1