Просмотр исходного кода

Update static_typing.rst

Fixed missing new line
notroid5 1 неделя назад
Родитель
Сommit
cf795af4f8
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      tutorials/scripting/gdscript/static_typing.rst

+ 1 - 0
tutorials/scripting/gdscript/static_typing.rst

@@ -450,6 +450,7 @@ signal in a dynamic style:
 And the same callback, with type hints:
 
 ::
+
     func _on_area_2d_body_entered(body: PhysicsBody2D) -> void:
         pass