WIP: Start working on the frag/damage system

This commit is contained in:
2025-02-02 17:56:39 +01:00
parent 8939d0198b
commit 7012846b00
25 changed files with 3295 additions and 211 deletions

View File

@ -105,8 +105,8 @@ impl PlayerServerNode {
};
let args = &[
casted_bullet_node.to_variant(),
10.to_variant(),
10.to_variant(),
200.to_variant(),
50.to_variant(),
];
map.call("spawn_bullet", args);
}