From 36381c25dc736614b98985f06096466d1577c0c0 Mon Sep 17 00:00:00 2001 From: unfa Date: Sun, 26 Sep 2021 03:07:41 +0200 Subject: [PATCH] Updated Godot to version de917008f --- Game/Assets/Characters/Player.gd | 6 +++--- Godot/godot-linux-nightly-x86_64.zip | 4 ++-- .../godot-templates-android-html5-linux-windows-nightly.tpz | 4 ++-- Godot/godot-windows-nightly-x86_64.zip | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Game/Assets/Characters/Player.gd b/Game/Assets/Characters/Player.gd index a6937f6..47b4f37 100644 --- a/Game/Assets/Characters/Player.gd +++ b/Game/Assets/Characters/Player.gd @@ -323,17 +323,17 @@ func _physics_process(delta): direction = Vector3.ZERO if is_on_floor() and ground_check.is_colliding() and not jetpack_active: - snap = -get_floor_normal() + #snap = -get_floor_normal() medium = "ground" gravity_vec = Vector3.ZERO else: - snap = Vector3.DOWN + #snap = Vector3.DOWN medium = "air" gravity_vec += Vector3.DOWN * gravity * delta if input_active: if Input.is_action_just_pressed("move_jump") and is_on_floor(): - snap = Vector3.ZERO + #snap = Vector3.ZERO gravity_vec = Vector3.UP * jump $JumpSFX.rpc(&"play") diff --git a/Godot/godot-linux-nightly-x86_64.zip b/Godot/godot-linux-nightly-x86_64.zip index 2b0fd97..bf716b3 100644 --- a/Godot/godot-linux-nightly-x86_64.zip +++ b/Godot/godot-linux-nightly-x86_64.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2928f49a7d8b7c6eb0ff6385d956f04c676bf425f79779b99e5052a0e840b20f -size 256840726 +oid sha256:0ba869a1d06314a07348a7209c5d6f74771b649c100d2bca0afc76a79358dd11 +size 258789946 diff --git a/Godot/godot-templates-android-html5-linux-windows-nightly.tpz b/Godot/godot-templates-android-html5-linux-windows-nightly.tpz index f811eb8..7e25eaf 100644 --- a/Godot/godot-templates-android-html5-linux-windows-nightly.tpz +++ b/Godot/godot-templates-android-html5-linux-windows-nightly.tpz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e54a349340bfbe9eeb6e037cf56a2bdf1fc85b3c2a078e8d54fb7856de74e3e -size 170228177 +oid sha256:b563bbb32179958a02c6494d63ce502c51459b786b20dddb559893591d4c4f9c +size 171192382 diff --git a/Godot/godot-windows-nightly-x86_64.zip b/Godot/godot-windows-nightly-x86_64.zip index 6b932ba..9b41ff0 100644 --- a/Godot/godot-windows-nightly-x86_64.zip +++ b/Godot/godot-windows-nightly-x86_64.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f3e255fe89579ae42ab431881387c0711636a55de3f7c5f848b091ecdee02e04 -size 194231985 +oid sha256:9a7ec66a9da9b8aaecec4eb72874d6ccbde1fbbc3ce210548f839925b80f688e +size 195862026