game: add bullet and impacts
This commit is contained in:
4
game/bullet_decal.gd
Normal file
4
game/bullet_decal.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends Node3D
|
||||
|
||||
@onready var particles = $MeshInstance3D/GPUParticles3D
|
||||
@onready var smoke = $MeshInstance3D/GPUParticles3D2
|
Reference in New Issue
Block a user