Merge branch 'main' of ssh://git.gieszer.link:2222/unfa/liblast

feature-rocketlauncher
unfa 2021-12-25 23:02:11 +01:00
commit 6efbea44c7
3 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,7 @@ Copyleft (ɔ) 2020-2021 Liblast Team, Liblast contributors
- JM 'aRdem'
- Jan 'Combustible Lemonade' Heemstra
- Adham 'gilgamesh' Omran
- John 'nebunez' Ryan
### Past Team members

View File

@ -441,6 +441,7 @@ func update_color(color) -> void: #change player's wolrldmodel color
func _physics_process(delta):
if dead: # workaround for Godot player destruction crash
motion_velocity = Vector3.ZERO
gravity_vec = Vector3.ZERO
return
if not is_multiplayer_authority():

View File

@ -26,9 +26,11 @@ Subscribe to the [YouTube channel](https://www.youtube.com/channel/UC1Oi1eXwdr8R
[**Watch the latest public playtesting session**](https://youtu.be/0R40GuIn5GA)
---
## Repository Bootstrap Snapshot
Due to reported **issues with cloning the game repository** as a temporary aid we provide a [REPOSITORY SNAPSHOT (8.4 GB, 7-zip)](https://mega.nz/file/ew4AACwA#E3HRtFh0a6PWErLMgvoAcUe6TSCFc6sBRzQi7L8VsgA).
Due to reported **issues with cloning the game repository** as a temporary aid we provide a [REPOSITORY SNAPSHOT (9.1 GB, 7-zip)](https://mega.nz/file/ngAhhIgR#e64EBOxUluMhWK-WpH_9GLZglFwp-kgzB8oKgejI6cc).
Download, extract and proceed with `git pull` to update.
---
![Screenshot](./Screenshots/0.1.1.1_playtesting.jpg)
---