Moved some game code into engine code

This commit is contained in:
2024-10-14 00:51:50 +02:00
parent 9939c84f09
commit 55adf0971e
6 changed files with 228 additions and 200 deletions

View File

@@ -76,9 +76,11 @@ Entity :: struct {
collider : Collider; @DontSerialize
// End physics
#if NETWORKING {
remote_id: Entity_Id; @DontSerialize
is_proxy: bool; @DontSerialize
last_replication_time: float; @DontSerialize
}
_locator: Bucket_Locator; @DontSerialize
scene: *Scene; @DontSerialize