Implemented jumps

This commit is contained in:
2024-01-26 22:45:26 +01:00
parent 48b8011199
commit f4e44c5882
9 changed files with 61 additions and 10 deletions

View File

@ -9,6 +9,8 @@ enum Packet {
PLAYER_ADD = 10,
PLAYER_REMOVE = 11,
PLAYER_MOVE = 12,
PLAYER_JUMP = 13,
PLAYER_ATTACK = 14,
}
@export var packet_type: Packet