all that we can do with this emotion

This commit is contained in:
2023-09-14 02:41:10 -07:00
parent f3528d897c
commit 568eb9e6e0
69 changed files with 5097 additions and 613 deletions

View File

@@ -25,19 +25,21 @@ font_color = Color(0, 1, 0, 1)
sky_top_color = Color(1, 1, 1, 1)
sky_horizon_color = Color(1, 1, 1, 1)
sky_energy_multiplier = 1.1
ground_bottom_color = Color(1, 1, 1, 1)
ground_bottom_color = Color(0.164706, 0.164706, 0.164706, 1)
ground_horizon_color = Color(1, 1, 1, 1)
[sub_resource type="Sky" id="Sky_wvyol"]
[sub_resource type="Sky" id="Sky_er5sy"]
sky_material = SubResource("ProceduralSkyMaterial_6bq1c")
[sub_resource type="Environment" id="Environment_m6quh"]
background_mode = 2
sky = SubResource("Sky_wvyol")
sky = SubResource("Sky_er5sy")
ambient_light_source = 3
reflected_light_source = 1
[node name="Main" type="Node3D" node_paths=PackedStringArray("_fpsCounter")]
script = ExtResource("1_g4hua")
Levels = Array[PackedScene]([ExtResource("8_pcp3p"), ExtResource("2_jq3qe"), ExtResource("3_nhrqr"), ExtResource("2_0yhby"), ExtResource("5_xj47l"), ExtResource("7_58n7x"), ExtResource("6_xmedq"), ExtResource("9_n1hja"), ExtResource("10_rs7ve"), ExtResource("11_o275c")])
Levels = Array[PackedScene]([ExtResource("11_o275c"), ExtResource("5_xj47l"), ExtResource("10_rs7ve"), ExtResource("2_jq3qe"), ExtResource("3_nhrqr"), ExtResource("2_0yhby"), ExtResource("7_58n7x"), ExtResource("6_xmedq"), ExtResource("8_pcp3p"), ExtResource("9_n1hja")])
GameManager = ExtResource("11_wiyvp")
_fpsCounter = NodePath("FPS Counter")