game: add bullet and impacts

This commit is contained in:
2025-08-15 04:08:08 +02:00
parent 4ccc962e34
commit 3d54d70e44
19 changed files with 411 additions and 10 deletions

4
game/bullet_decal.gd Normal file
View File

@@ -0,0 +1,4 @@
extends Node3D
@onready var particles = $MeshInstance3D/GPUParticles3D
@onready var smoke = $MeshInstance3D/GPUParticles3D2