Improved html5 performance

This commit is contained in:
Manuel Erdmann 2025-06-10 01:32:17 +02:00
parent 1aff15069a
commit af41271af2
9 changed files with 63 additions and 54 deletions

View file

@ -277,6 +277,7 @@ func place_insect_tile(resource_path: String, is_black: bool, pos: Vector4i) ->
tile_copy.set_multiplayer_authority(sender_id)
add_child(tile_copy)
tile_copy.reset_physics_interpolation()
GameEvents.insect_tile_created.emit(tile_copy, pos)