This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
[ext_resource type="Environment" uid="uid://b3ef577lsk2jh" path="res://objects/environment/default.tres" id="2_44w6l"]
|
||||
[ext_resource type="Material" uid="uid://b4epp5w0awoov" path="res://objects/materials/dimming_material.tres" id="2_o8yf1"]
|
||||
[ext_resource type="Script" uid="uid://biicefgcvdc2x" path="res://src/components/game/PlayerPhysicsController.cs" id="2_oekxy"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://doxc4pl5hvs6k" path="res://objects/animation/frames/player.tres" id="2_wq5k4"]
|
||||
[ext_resource type="Script" uid="uid://d0qoxtv6ld1ef" path="res://src/components/game/ResetPlayer.cs" id="3_7psk8"]
|
||||
[ext_resource type="CameraAttributesPhysical" uid="uid://csr0l6kulxsog" path="res://objects/camera attributes/physcam_attr.tres" id="3_wq5k4"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://trcnb1ubmx5e" path="res://objects/animation/frames/jumpPoint.tres" id="4_i0lqw"]
|
||||
@@ -13,13 +12,19 @@
|
||||
[ext_resource type="Script" uid="uid://1mjqnyofaeo8" path="res://src/components/game/DebugEnabler.gd" id="5_q0lvb"]
|
||||
[ext_resource type="Script" uid="uid://de3b068om3gsq" path="res://src/components/game/PredictiveCollisions.cs" id="7_n3w37"]
|
||||
[ext_resource type="AudioStream" uid="uid://5gnpemu56ac0" path="res://sounds/ost/Azalea.wav" id="8_irpq7"]
|
||||
[ext_resource type="Script" uid="uid://b3unn3dqhg2vl" path="res://src/components/game/MusicCycler.gd" id="9_82guc"]
|
||||
[ext_resource type="Theme" uid="uid://nerlsbdjd6qo" path="res://objects/themes/default.tres" id="8_pr4hf"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://doxc4pl5hvs6k" path="res://objects/animation/frames/player.tres" id="8_w1uqt"]
|
||||
[ext_resource type="Script" uid="uid://b3unn3dqhg2vl" path="res://src/components/common/MusicCycler.gd" id="9_82guc"]
|
||||
[ext_resource type="AudioStream" uid="uid://fhfma3rrxyfi" path="res://sounds/ost/Asphodel.wav" id="10_8w1nl"]
|
||||
[ext_resource type="AudioStream" uid="uid://0tturucf5gxf" path="res://sounds/ost/Datura.wav" id="11_q0lvb"]
|
||||
[ext_resource type="AudioStream" uid="uid://b5cvbx3ypbbho" path="res://sounds/ost/Hyacinth.wav" id="12_7psk8"]
|
||||
[ext_resource type="Script" uid="uid://bwgqvwybyrsmq" path="res://src/components/game/SfxPlayer.gd" id="14_8hos5"]
|
||||
[ext_resource type="Script" uid="uid://bwgqvwybyrsmq" path="res://src/components/SfxPlayer.gd" id="14_8hos5"]
|
||||
[ext_resource type="AudioStream" uid="uid://dkx1v6c7vv0iq" path="res://sounds/sfx/jump.ogg" id="15_2fy34"]
|
||||
[ext_resource type="PackedScene" uid="uid://xanv3qbl1n2u" path="res://objects/scenes/asset/light.tscn" id="18_kfvst"]
|
||||
[ext_resource type="Script" uid="uid://dct1kelhyy04v" path="res://src/components/combo_counter.gd" id="21_88cfa"]
|
||||
[ext_resource type="PackedScene" uid="uid://r3ojhn4k3iaf" path="res://objects/scenes/asset/ui/pause_menu.tscn" id="23_1ubqr"]
|
||||
[ext_resource type="Script" uid="uid://bjhyi4c7csb5s" path="res://src/components/game/PauseMenu.cs" id="24_w1uqt"]
|
||||
[ext_resource type="Script" uid="uid://bifrcnsmydepv" path="res://src/components/global/LabelRendererGlobal.cs" id="25_btkep"]
|
||||
|
||||
[sub_resource type="Curve" id="Curve_o8yf1"]
|
||||
_data = [Vector2(0, 0.34831464), 0.0, 0.0, 0, 0, Vector2(0.90999997, 0.764045), 0.0, 0.0, 0, 0]
|
||||
@@ -31,6 +36,13 @@ size = Vector2(687, 20)
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_nxkc6"]
|
||||
radius = 20.09975
|
||||
|
||||
[sub_resource type="Curve" id="Curve_88cfa"]
|
||||
_limits = [0.0, 1.0, 0.0, 12.0]
|
||||
_data = [Vector2(0.99999, 0.083333336), 0.0, 0.0, 0, 0, Vector2(1, 0.16666667), 0.0, -0.09291426, 0, 0, Vector2(5, 0.75), 0.0, 0.0, 0, 0, Vector2(7, 0), -0.1332405, -0.1332405, 0, 0, Vector2(9, 0.16666667), 0.0, 0.0, 0, 0, Vector2(11, 0.75), 0.0, 0.0, 0, 0, Vector2(11.99999, 0), 0.0, 0.0, 0, 0]
|
||||
point_count = 7
|
||||
metadata/_snap_enabled = true
|
||||
metadata/_snap_count = 12
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_oekxy"]
|
||||
radius = 11.0
|
||||
height = 50.0
|
||||
@@ -41,6 +53,7 @@ radius = 5.0
|
||||
[node name="Node2D" type="Node2D" unique_id=1943007414]
|
||||
|
||||
[node name="Level" type="Node2D" parent="." unique_id=621894136]
|
||||
modulate = Color(0.24450263, 0.27877265, 0.38142955, 1)
|
||||
|
||||
[node name="Static" type="Node2D" parent="Level" unique_id=897407461]
|
||||
|
||||
@@ -209,11 +222,32 @@ frame = 4
|
||||
|
||||
[node name="Enemies" type="Node2D" parent="Level" unique_id=1512527230]
|
||||
|
||||
[node name="Lights" type="Node2D" parent="Level" unique_id=1839338360]
|
||||
|
||||
[node name="Light" parent="Level/Lights" unique_id=1954424812 instance=ExtResource("18_kfvst")]
|
||||
position = Vector2(690, -499)
|
||||
scale = Vector2(3.105, 3.106753)
|
||||
|
||||
[node name="Light2" parent="Level/Lights" unique_id=867314630 instance=ExtResource("18_kfvst")]
|
||||
position = Vector2(456, -1008)
|
||||
|
||||
[node name="Light3" parent="Level/Lights" unique_id=71903995 instance=ExtResource("18_kfvst")]
|
||||
visible = false
|
||||
position = Vector2(1009, -971)
|
||||
|
||||
[node name="Light4" parent="Level/Lights" unique_id=779029523 instance=ExtResource("18_kfvst")]
|
||||
position = Vector2(529, 173)
|
||||
scale = Vector2(1.2247605, 1.2247605)
|
||||
|
||||
[node name="ForegroundNOCLight" parent="Level/Lights/Light4" index="2" unique_id=2045804818]
|
||||
position = Vector2(-30.20999, 26.127558)
|
||||
|
||||
[node name="Player" type="Node2D" parent="." unique_id=868418175]
|
||||
unique_name_in_owner = true
|
||||
position = Vector2(755, 0)
|
||||
|
||||
[node name="CharacterBody2D" type="CharacterBody2D" parent="Player" unique_id=1131700263 node_paths=PackedStringArray("DebugTextLabel", "Sprite", "Predictor")]
|
||||
position = Vector2(1, 0)
|
||||
position = Vector2(-189, 142)
|
||||
collision_layer = 2
|
||||
safe_margin = 0.16
|
||||
script = ExtResource("2_oekxy")
|
||||
@@ -221,6 +255,7 @@ WalkAcceleration = 30.0
|
||||
StoppingDeceleration = 50.0
|
||||
CancellationAcceleration = 50.0
|
||||
AirAcceleration = 3.0
|
||||
AccelerationStrengthCurve = SubResource("Curve_88cfa")
|
||||
MaxFallSpeed = 50.0
|
||||
MaxRiseSpeed = 50.0
|
||||
MaxRunSpeed = 12.0
|
||||
@@ -234,20 +269,22 @@ position = Vector2(0, 5)
|
||||
shape = SubResource("CapsuleShape2D_oekxy")
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="Player/CharacterBody2D" unique_id=1137300855]
|
||||
light_mask = 0
|
||||
light_mask = 7
|
||||
texture_filter = 1
|
||||
position = Vector2(0, 3)
|
||||
sprite_frames = ExtResource("2_wq5k4")
|
||||
position = Vector2(1.0000066, 2.9999995)
|
||||
sprite_frames = ExtResource("8_w1uqt")
|
||||
animation = &"walk"
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="Player/CharacterBody2D" unique_id=1068565115]
|
||||
zoom = Vector2(2, 2)
|
||||
zoom = Vector2(4.205, 4.205)
|
||||
|
||||
[node name="Label" type="Label" parent="Player/CharacterBody2D" unique_id=436935745]
|
||||
texture_filter = 1
|
||||
offset_left = 22.0
|
||||
offset_top = -75.0
|
||||
offset_right = 139.0
|
||||
offset_right = 131.22
|
||||
offset_bottom = 36.0
|
||||
theme = ExtResource("8_pr4hf")
|
||||
script = ExtResource("5_q0lvb")
|
||||
|
||||
[node name="AudioListener2D" type="AudioListener2D" parent="Player/CharacterBody2D" unique_id=1583907461]
|
||||
@@ -296,6 +333,7 @@ max_results = 1
|
||||
collide_with_areas = true
|
||||
|
||||
[node name="Light" parent="Player/CharacterBody2D" unique_id=658403720 instance=ExtResource("18_kfvst")]
|
||||
visible = false
|
||||
scale = Vector2(0.5, 0.5)
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=1465666014]
|
||||
@@ -320,6 +358,7 @@ music = Array[AudioStream]([ExtResource("10_8w1nl"), ExtResource("8_irpq7"), Ext
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=1286087362]
|
||||
|
||||
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer" unique_id=720412287]
|
||||
texture_filter = 1
|
||||
offset_left = 18.0
|
||||
offset_top = 10.0
|
||||
offset_right = 376.0
|
||||
@@ -328,26 +367,38 @@ value = 100.0
|
||||
rounded = true
|
||||
show_percentage = false
|
||||
|
||||
[node name="Light" parent="." unique_id=1954424812 instance=ExtResource("18_kfvst")]
|
||||
position = Vector2(690, -499)
|
||||
scale = Vector2(3.105, 3.106753)
|
||||
|
||||
[node name="Light2" parent="." unique_id=867314630 instance=ExtResource("18_kfvst")]
|
||||
position = Vector2(456, -1008)
|
||||
|
||||
[node name="Light3" parent="." unique_id=71903995 instance=ExtResource("18_kfvst")]
|
||||
[node name="Label" type="Label" parent="CanvasLayer" unique_id=2058517854]
|
||||
visible = false
|
||||
position = Vector2(1009, -971)
|
||||
texture_filter = 1
|
||||
offset_left = 21.0
|
||||
offset_top = 36.0
|
||||
offset_right = 61.0
|
||||
offset_bottom = 59.0
|
||||
script = ExtResource("21_88cfa")
|
||||
|
||||
[node name="Light4" parent="." unique_id=779029523 instance=ExtResource("18_kfvst")]
|
||||
position = Vector2(529, 173)
|
||||
scale = Vector2(1.2247605, 1.2247605)
|
||||
[node name="Pause Menu" parent="CanvasLayer" unique_id=948757040 instance=ExtResource("23_1ubqr")]
|
||||
texture_filter = 1
|
||||
script = ExtResource("24_w1uqt")
|
||||
|
||||
[node name="CanvasLayer" parent="CanvasLayer/Pause Menu" index="0" unique_id=1173333484]
|
||||
visible = false
|
||||
|
||||
[node name="PauseBlur" parent="CanvasLayer/Pause Menu" index="1" unique_id=157031478]
|
||||
visible = false
|
||||
|
||||
[node name="LabelRendererGlobal" type="Control" parent="." unique_id=1492844034]
|
||||
physics_interpolation_mode = 0
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
script = ExtResource("25_btkep")
|
||||
PixellizationFactor = Vector2(4, 4)
|
||||
|
||||
[connection signal="OnJump" from="Player/CharacterBody2D" to="Sfx" method="_on_character_body_2d_on_jump"]
|
||||
[connection signal="finished" from="Music" to="Music" method="_on_finished"]
|
||||
|
||||
[editable path="Level/Lights/Light"]
|
||||
[editable path="Level/Lights/Light2"]
|
||||
[editable path="Level/Lights/Light3"]
|
||||
[editable path="Level/Lights/Light4"]
|
||||
[editable path="Player/CharacterBody2D/Light"]
|
||||
[editable path="Light"]
|
||||
[editable path="Light2"]
|
||||
[editable path="Light3"]
|
||||
[editable path="Light4"]
|
||||
[editable path="CanvasLayer/Pause Menu"]
|
||||
|
||||
Reference in New Issue
Block a user