WIP: Some stuff

This commit is contained in:
2025-02-20 13:07:33 +01:00
parent 0daaaac0f9
commit ac5dbb52fa
19 changed files with 1238 additions and 18 deletions

View File

@@ -2,3 +2,9 @@ extends Node
const DEFAULT_JUMP_VELOCITY: float = 5
const DEFAULT_CHARACTER_SPEED: float = 7.0
const SCENES_PATH: String = "res://src/scenes/"
const TEAM_UNDEFINED = "undefined"
const TEAM_ATTACK = "attack"
const TEAM_DEFEND = "defent"