Fix warning
This commit is contained in:
@@ -218,43 +218,43 @@ func _initialize_mesh_ref(meshInstance, event):
|
||||
func _on_dagger_input_event(_camera, event, _click_position, _click_normal, _shape_idx):
|
||||
_initialize_mesh_ref("dagger", event)
|
||||
|
||||
func _on_fiole1_input_event(camera, event, click_position, click_normal, shape_idx):
|
||||
func _on_fiole1_input_event(_camera, event, _click_position, _click_normal, _shape_idx):
|
||||
_initialize_mesh_ref("fiole1", event)
|
||||
|
||||
func _on_fiole2_input_event(camera, event, click_position, click_normal, shape_idx):
|
||||
func _on_fiole2_input_event(_camera, event, _click_position, _click_normal, _shape_idx):
|
||||
_initialize_mesh_ref("fiole2", event)
|
||||
|
||||
func _on_fiole3_input_event(camera, event, click_position, click_normal, shape_idx):
|
||||
func _on_fiole3_input_event(_camera, event, _click_position, _click_normal, _shape_idx):
|
||||
_initialize_mesh_ref("fiole3", event)
|
||||
|
||||
func _on_spyglass_input_event(camera, event, click_position, click_normal, shape_idx):
|
||||
func _on_spyglass_input_event(_camera, event, _click_position, _click_normal, _shape_idx):
|
||||
_initialize_mesh_ref("spyglass", event)
|
||||
|
||||
func _on_pinte_beer_input_event(camera, event, click_position, click_normal, shape_idx):
|
||||
func _on_pinte_beer_input_event(_camera, event, _click_position, _click_normal, _shape_idx):
|
||||
_initialize_mesh_ref("beer", event)
|
||||
|
||||
func _on_weapon_gun_input_event(camera, event, click_position, click_normal, shape_idx):
|
||||
func _on_weapon_gun_input_event(_camera, event, _click_position, _click_normal, _shape_idx):
|
||||
_initialize_mesh_ref("weapon", event)
|
||||
|
||||
func _on_apple_1_input_event(camera, event, click_position, click_normal, shape_idx):
|
||||
func _on_apple_1_input_event(_camera, event, _click_position, _click_normal, _shape_idx):
|
||||
_initialize_mesh_ref("apple1", event)
|
||||
|
||||
func _on_apple_2_input_event(camera, event, click_position, click_normal, shape_idx):
|
||||
func _on_apple_2_input_event(_camera, event, _click_position, _click_normal, _shape_idx):
|
||||
_initialize_mesh_ref("apple2", event)
|
||||
|
||||
func _on_apple_3_input_event(camera, event, click_position, click_normal, shape_idx):
|
||||
func _on_apple_3_input_event(_camera, event, _click_position, _click_normal, _shape_idx):
|
||||
_initialize_mesh_ref("apple3", event)
|
||||
|
||||
func _on_apple_4_input_event(camera, event, click_position, click_normal, shape_idx):
|
||||
func _on_apple_4_input_event(_camera, event, _click_position, _click_normal, _shape_idx):
|
||||
_initialize_mesh_ref("apple4", event)
|
||||
|
||||
func _on_gold_1_input_event(camera, event, click_position, click_normal, shape_idx):
|
||||
func _on_gold_1_input_event(_camera, event, _click_position, _click_normal, _shape_idx):
|
||||
_initialize_mesh_ref("coin1", event)
|
||||
|
||||
func _on_gold_2_input_event(camera, event, click_position, click_normal, shape_idx):
|
||||
func _on_gold_2_input_event(_camera, event, _click_position, _click_normal, _shape_idx):
|
||||
_initialize_mesh_ref("coin2", event)
|
||||
|
||||
func _on_gold_3_input_event(camera, event, click_position, click_normal, shape_idx):
|
||||
func _on_gold_3_input_event(_camera, event, _click_position, _click_normal, _shape_idx):
|
||||
_initialize_mesh_ref("coin3", event)
|
||||
|
||||
func _on_ConfirmEscape_confirmed():
|
||||
|
||||
Reference in New Issue
Block a user