Improved html5 performance
This commit is contained in:
parent
1aff15069a
commit
af41271af2
9 changed files with 63 additions and 54 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue