WIP: Spawn bullets on the server and sync them

This commit is contained in:
2025-01-26 20:20:15 +01:00
parent c2a5f9cf1c
commit 24914cb6fa
8 changed files with 17 additions and 7 deletions

View File

@ -3,7 +3,7 @@
# ---------------------------------------------------------------------
class_name PlayerInput extends CharacterBody3D
var health: int = 100
@export var health: int = 100
@export_category("PlayerInput")