Compare commits

..

4 Commits

Author SHA1 Message Date
f798182163
Add some cool shaders 2025-02-04 13:18:53 +01:00
b63b7a7d09
WIP: Damage/frag system is implemented without ragdolls 2025-02-03 23:03:36 +01:00
7012846b00
WIP: Start working on the frag/damage system 2025-02-02 17:56:39 +01:00
8939d0198b
TODO COMMIT:
- [ ] Collisions with different body parts should have different damange
- [ ] Player must be given healh in the beginning of a round
- [ ] If health < 1, player should become a ragdoll

Notes:

Everything must be controller by the server only, client should only be
able to request data, once player is dead
2025-02-01 20:18:48 +01:00

View File

@ -1,6 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}