From a16ab33e4faff8ddf854747a48d4fe250075e1c1 Mon Sep 17 00:00:00 2001 From: Reed Date: Fri, 16 Jan 2026 14:16:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=92=E8=89=B2=E8=B7=B3=E8=B7=83=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=BF=AD=E4=BB=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _asset/tile/new_atlas_texture.tres | 4 ---- _player/Avatar.tscn | 13 ++++++------- 2 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 _asset/tile/new_atlas_texture.tres diff --git a/_asset/tile/new_atlas_texture.tres b/_asset/tile/new_atlas_texture.tres deleted file mode 100644 index dde2e2d..0000000 --- a/_asset/tile/new_atlas_texture.tres +++ /dev/null @@ -1,4 +0,0 @@ -[gd_resource type="AtlasTexture" format=3 uid="uid://ca80pylcjg0rw"] - -[resource] -region = Rect2(656.6666, 910.6667, 223.33337, 225.33331) diff --git a/_player/Avatar.tscn b/_player/Avatar.tscn index 543dc85..d2345f2 100644 --- a/_player/Avatar.tscn +++ b/_player/Avatar.tscn @@ -10,7 +10,7 @@ [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="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://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"] @@ -61,9 +61,7 @@ camera_shake_preset = Dictionary[StringName, ExtResource("2_u7cua")]({ }) [node name="Sprite2D" type="Sprite2D" parent="."] -texture_filter = 1 position = Vector2(0, 3.9999998) -scale = Vector2(2.5, 2.5) texture = ExtResource("6_01uoa") [node name="GroundCompanion" type="Area2D" parent="."] @@ -167,17 +165,18 @@ dash_speed = 400.0 end_dash_speed = 190.0 climb_hop_velocity_x = 180.0 climb_hop_velocity_y = 334.0 -jump_force = 460.0 +jump_force = 5800.0 jump_hold_maxium_time = 0.125 -jump_horizontal_Boost = 160.0 -jump_countinus_horizontal_Boost = 500.0 +jump_horizontal_Boost = 5600.0 +jump_countinus_horizontal_Boost = 4000.0 jump_horizontal_Boost_last_time = 0.12 +max_jump_horizontal_boost_speed = 3600.0 light_gravity_threshold = 135.0 light_gravity_mult = 0.6 wall_jump_base_force_x = 260.0 wall_jump_base_force_y = 220.0 fall_maxium_speed = 8000.0 -air_control_mult = 0.35 +air_control_mult = 0.55 run_accel = 5800.0 run_reduce = 7900.0 move_speed_max = 2650.0