Added basic projectile

Changelog:
1. Linear projectile scene and script
2. project.godot 3D collision layers renamed
This commit is contained in:
Rendo 2025-07-18 19:48:39 +05:00
commit fd6fe7313d
4 changed files with 41 additions and 1 deletions

View file

@ -50,7 +50,9 @@ shoot={
[layer_names]
3d_physics/layer_1="Static Environment"
3d_physics/layer_2="Entities"
3d_physics/layer_2="Friendly entities"
3d_physics/layer_3="Enemy entities"
3d_physics/layer_4="Projectile"
[rendering]