角色跳跃数据迭代
This commit is contained in:
parent
ddd50c9d5f
commit
a16ab33e4f
|
|
@ -1,4 +0,0 @@
|
||||||
[gd_resource type="AtlasTexture" format=3 uid="uid://ca80pylcjg0rw"]
|
|
||||||
|
|
||||||
[resource]
|
|
||||||
region = Rect2(656.6666, 910.6667, 223.33337, 225.33331)
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
[ext_resource type="Script" uid="uid://b5hkfpjbye70" path="res://_player/states/idle.gd" id="4_30i7g"]
|
[ext_resource type="Script" uid="uid://b5hkfpjbye70" path="res://_player/states/idle.gd" id="4_30i7g"]
|
||||||
[ext_resource type="BlackboardPlan" uid="uid://nlw7rxugv5uh" path="res://_player/bbp_player.tres" id="4_mwufa"]
|
[ext_resource type="BlackboardPlan" uid="uid://nlw7rxugv5uh" path="res://_player/bbp_player.tres" id="4_mwufa"]
|
||||||
[ext_resource type="Resource" uid="uid://cs50mkt830f8r" path="res://_camera/camera_shake/CSP_XY.tres" id="5_ciuu3"]
|
[ext_resource type="Resource" uid="uid://cs50mkt830f8r" path="res://_camera/camera_shake/CSP_XY.tres" id="5_ciuu3"]
|
||||||
[ext_resource type="Texture2D" uid="uid://dted7geb331y2" path="res://_asset/ksw/character.png" id="6_01uoa"]
|
[ext_resource type="Texture2D" uid="uid://bryuhk1hqe4hh" path="res://_asset/ksw/character01.png" id="6_01uoa"]
|
||||||
[ext_resource type="Script" uid="uid://bpd54nf8oxwsb" path="res://_player/states/player_hsm.gd" id="6_8q4ov"]
|
[ext_resource type="Script" uid="uid://bpd54nf8oxwsb" path="res://_player/states/player_hsm.gd" id="6_8q4ov"]
|
||||||
[ext_resource type="Script" uid="uid://po21boe8iqcc" path="res://_player/states/move.gd" id="7_rrwxs"]
|
[ext_resource type="Script" uid="uid://po21boe8iqcc" path="res://_player/states/move.gd" id="7_rrwxs"]
|
||||||
[ext_resource type="Script" uid="uid://cjf7kds0cipkw" path="res://_tools/limbo_state_helper.gd" id="8_clxy3"]
|
[ext_resource type="Script" uid="uid://cjf7kds0cipkw" path="res://_tools/limbo_state_helper.gd" id="8_clxy3"]
|
||||||
|
|
@ -61,9 +61,7 @@ camera_shake_preset = Dictionary[StringName, ExtResource("2_u7cua")]({
|
||||||
})
|
})
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||||
texture_filter = 1
|
|
||||||
position = Vector2(0, 3.9999998)
|
position = Vector2(0, 3.9999998)
|
||||||
scale = Vector2(2.5, 2.5)
|
|
||||||
texture = ExtResource("6_01uoa")
|
texture = ExtResource("6_01uoa")
|
||||||
|
|
||||||
[node name="GroundCompanion" type="Area2D" parent="."]
|
[node name="GroundCompanion" type="Area2D" parent="."]
|
||||||
|
|
@ -167,17 +165,18 @@ dash_speed = 400.0
|
||||||
end_dash_speed = 190.0
|
end_dash_speed = 190.0
|
||||||
climb_hop_velocity_x = 180.0
|
climb_hop_velocity_x = 180.0
|
||||||
climb_hop_velocity_y = 334.0
|
climb_hop_velocity_y = 334.0
|
||||||
jump_force = 460.0
|
jump_force = 5800.0
|
||||||
jump_hold_maxium_time = 0.125
|
jump_hold_maxium_time = 0.125
|
||||||
jump_horizontal_Boost = 160.0
|
jump_horizontal_Boost = 5600.0
|
||||||
jump_countinus_horizontal_Boost = 500.0
|
jump_countinus_horizontal_Boost = 4000.0
|
||||||
jump_horizontal_Boost_last_time = 0.12
|
jump_horizontal_Boost_last_time = 0.12
|
||||||
|
max_jump_horizontal_boost_speed = 3600.0
|
||||||
light_gravity_threshold = 135.0
|
light_gravity_threshold = 135.0
|
||||||
light_gravity_mult = 0.6
|
light_gravity_mult = 0.6
|
||||||
wall_jump_base_force_x = 260.0
|
wall_jump_base_force_x = 260.0
|
||||||
wall_jump_base_force_y = 220.0
|
wall_jump_base_force_y = 220.0
|
||||||
fall_maxium_speed = 8000.0
|
fall_maxium_speed = 8000.0
|
||||||
air_control_mult = 0.35
|
air_control_mult = 0.55
|
||||||
run_accel = 5800.0
|
run_accel = 5800.0
|
||||||
run_reduce = 7900.0
|
run_reduce = 7900.0
|
||||||
move_speed_max = 2650.0
|
move_speed_max = 2650.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue