Fix the sync and add shooting

This commit is contained in:
2025-02-06 22:06:54 +01:00
parent ad95c99149
commit 89992b1ef4
68 changed files with 8482 additions and 34 deletions

View File

@ -1,4 +1,4 @@
extends Resource
const DEFAULT_JUMP_VELOCITY: float = 4.5
const DEFAULT_CHARACTER_SPEED: float = 5.0
const DEFAULT_JUMP_VELOCITY: float = 5
const DEFAULT_CHARACTER_SPEED: float = 7.0