Highlight fixed, but on highlight after placing, doesn't cleared
This commit is contained in:
+2
-2
@@ -199,8 +199,8 @@ func set_action_state(new_state):
|
|||||||
ActionState.PUTTING:
|
ActionState.PUTTING:
|
||||||
local_player_character.highlight_occupied_playerboard_slots()
|
local_player_character.highlight_occupied_playerboard_slots()
|
||||||
# Make sure this is client-friendly
|
# Make sure this is client-friendly
|
||||||
if not multiplayer.is_server():
|
#if not multiplayer.is_server():
|
||||||
rpc_id(1, "notify_server_of_action_state", new_state)
|
#rpc_id(1, "notify_server_of_action_state", new_state)
|
||||||
ActionState.RANDOMIZING:
|
ActionState.RANDOMIZING:
|
||||||
local_player_character.highlight_random_valid_cells()
|
local_player_character.highlight_random_valid_cells()
|
||||||
ActionState.ARRANGING:
|
ActionState.ARRANGING:
|
||||||
|
|||||||
Reference in New Issue
Block a user