added support for water splash

This commit is contained in:
Alexsandro Percy 2024-08-21 20:32:15 -03:00
parent 4c2692be7e
commit 7d01ffe4dd

View File

@ -215,6 +215,7 @@ savoia_s21.plane_properties = {
--_custom_pilot_formspec = airutils.pilot_formspec, --_custom_pilot_formspec = airutils.pilot_formspec,
_custom_step_additional_function = savoia_s21.step_additional_function, _custom_step_additional_function = savoia_s21.step_additional_function,
_ground_friction = 0.965, _ground_friction = 0.965,
_splash_x_position = 7,
get_staticdata = airutils.get_staticdata, get_staticdata = airutils.get_staticdata,
on_deactivate = airutils.on_deactivate, on_deactivate = airutils.on_deactivate,